| 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 |
Amazonka.EC2.Types.InstancePrivateIpAddress
Description
Synopsis
- data InstancePrivateIpAddress = InstancePrivateIpAddress' {}
- newInstancePrivateIpAddress :: InstancePrivateIpAddress
- instancePrivateIpAddress_association :: Lens' InstancePrivateIpAddress (Maybe InstanceNetworkInterfaceAssociation)
- instancePrivateIpAddress_primary :: Lens' InstancePrivateIpAddress (Maybe Bool)
- instancePrivateIpAddress_privateDnsName :: Lens' InstancePrivateIpAddress (Maybe Text)
- instancePrivateIpAddress_privateIpAddress :: Lens' InstancePrivateIpAddress (Maybe Text)
Documentation
data InstancePrivateIpAddress Source #
Describes a private IPv4 address.
See: newInstancePrivateIpAddress smart constructor.
Constructors
| InstancePrivateIpAddress' | |
Fields
| |
Instances
newInstancePrivateIpAddress :: InstancePrivateIpAddress Source #
Create a value of InstancePrivateIpAddress 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:association:InstancePrivateIpAddress', instancePrivateIpAddress_association - The association information for an Elastic IP address for the network
interface.
$sel:primary:InstancePrivateIpAddress', instancePrivateIpAddress_primary - Indicates whether this IPv4 address is the primary private IP address of
the network interface.
$sel:privateDnsName:InstancePrivateIpAddress', instancePrivateIpAddress_privateDnsName - The private IPv4 DNS name.
$sel:privateIpAddress:InstancePrivateIpAddress', instancePrivateIpAddress_privateIpAddress - The private IPv4 address of the network interface.
instancePrivateIpAddress_association :: Lens' InstancePrivateIpAddress (Maybe InstanceNetworkInterfaceAssociation) Source #
The association information for an Elastic IP address for the network interface.
instancePrivateIpAddress_primary :: Lens' InstancePrivateIpAddress (Maybe Bool) Source #
Indicates whether this IPv4 address is the primary private IP address of the network interface.
instancePrivateIpAddress_privateDnsName :: Lens' InstancePrivateIpAddress (Maybe Text) Source #
The private IPv4 DNS name.
instancePrivateIpAddress_privateIpAddress :: Lens' InstancePrivateIpAddress (Maybe Text) Source #
The private IPv4 address of the network interface.