Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PrivateIpAddressSpecification = PrivateIpAddressSpecification' {}
- newPrivateIpAddressSpecification :: PrivateIpAddressSpecification
- privateIpAddressSpecification_primary :: Lens' PrivateIpAddressSpecification (Maybe Bool)
- privateIpAddressSpecification_privateIpAddress :: Lens' PrivateIpAddressSpecification (Maybe Text)
Documentation
data PrivateIpAddressSpecification Source #
Describes a secondary private IPv4 address for a network interface.
See: newPrivateIpAddressSpecification
smart constructor.
Instances
newPrivateIpAddressSpecification :: PrivateIpAddressSpecification Source #
Create a value of PrivateIpAddressSpecification
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:primary:PrivateIpAddressSpecification'
, privateIpAddressSpecification_primary
- Indicates whether the private IPv4 address is the primary private IPv4
address. Only one IPv4 address can be designated as primary.
$sel:privateIpAddress:PrivateIpAddressSpecification'
, privateIpAddressSpecification_privateIpAddress
- The private IPv4 address.
privateIpAddressSpecification_primary :: Lens' PrivateIpAddressSpecification (Maybe Bool) Source #
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
privateIpAddressSpecification_privateIpAddress :: Lens' PrivateIpAddressSpecification (Maybe Text) Source #
The private IPv4 address.