libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.Types.IpRoute

Description

 
Synopsis

Documentation

data IpRoute Source #

IP address block. This is often the address block of the DNS server used for your self-managed domain.

See: newIpRoute smart constructor.

Constructors

IpRoute' 

Fields

  • cidrIp :: Maybe Text

    IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

  • description :: Maybe Text

    Description of the address block.

Instances

Instances details
Eq IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Methods

(==) :: IpRoute -> IpRoute -> Bool #

(/=) :: IpRoute -> IpRoute -> Bool #

Read IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Show IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Generic IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Associated Types

type Rep IpRoute :: Type -> Type #

Methods

from :: IpRoute -> Rep IpRoute x #

to :: Rep IpRoute x -> IpRoute #

NFData IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Methods

rnf :: IpRoute -> () #

Hashable IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

Methods

hashWithSalt :: Int -> IpRoute -> Int #

hash :: IpRoute -> Int #

ToJSON IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

type Rep IpRoute Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRoute

type Rep IpRoute = D1 ('MetaData "IpRoute" "Amazonka.DirectoryService.Types.IpRoute" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "IpRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIpRoute :: IpRoute Source #

Create a value of IpRoute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cidrIp:IpRoute', ipRoute_cidrIp - IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

$sel:description:IpRoute', ipRoute_description - Description of the address block.

ipRoute_cidrIp :: Lens' IpRoute (Maybe Text) Source #

IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

ipRoute_description :: Lens' IpRoute (Maybe Text) Source #

Description of the address block.