| 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.NetworkInterfacePrivateIpAddress
Description
Synopsis
- data NetworkInterfacePrivateIpAddress = NetworkInterfacePrivateIpAddress' {}
- newNetworkInterfacePrivateIpAddress :: NetworkInterfacePrivateIpAddress
- networkInterfacePrivateIpAddress_association :: Lens' NetworkInterfacePrivateIpAddress (Maybe NetworkInterfaceAssociation)
- networkInterfacePrivateIpAddress_primary :: Lens' NetworkInterfacePrivateIpAddress (Maybe Bool)
- networkInterfacePrivateIpAddress_privateDnsName :: Lens' NetworkInterfacePrivateIpAddress (Maybe Text)
- networkInterfacePrivateIpAddress_privateIpAddress :: Lens' NetworkInterfacePrivateIpAddress (Maybe Text)
Documentation
data NetworkInterfacePrivateIpAddress Source #
Describes the private IPv4 address of a network interface.
See: newNetworkInterfacePrivateIpAddress smart constructor.
Constructors
| NetworkInterfacePrivateIpAddress' | |
Fields
| |
Instances
newNetworkInterfacePrivateIpAddress :: NetworkInterfacePrivateIpAddress Source #
Create a value of NetworkInterfacePrivateIpAddress 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:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_association - The association information for an Elastic IP address (IPv4) associated
with the network interface.
$sel:primary:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_primary - Indicates whether this IPv4 address is the primary private IPv4 address
of the network interface.
$sel:privateDnsName:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_privateDnsName - The private DNS name.
$sel:privateIpAddress:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_privateIpAddress - The private IPv4 address.
networkInterfacePrivateIpAddress_association :: Lens' NetworkInterfacePrivateIpAddress (Maybe NetworkInterfaceAssociation) Source #
The association information for an Elastic IP address (IPv4) associated with the network interface.
networkInterfacePrivateIpAddress_primary :: Lens' NetworkInterfacePrivateIpAddress (Maybe Bool) Source #
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
networkInterfacePrivateIpAddress_privateDnsName :: Lens' NetworkInterfacePrivateIpAddress (Maybe Text) Source #
The private DNS name.
networkInterfacePrivateIpAddress_privateIpAddress :: Lens' NetworkInterfacePrivateIpAddress (Maybe Text) Source #
The private IPv4 address.