Class CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplate.NetworkInterfaceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchTemplate.NetworkInterfaceProperty
CfnLaunchTemplate.NetworkInterfaceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
CfnLaunchTemplate.NetworkInterfaceProperty.Builder, CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.NetworkInterfaceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.final Object
Associates a public IPv4 address with eth0 for a new network interface.final Object
Indicates whether the network interface is deleted when the instance is terminated.final String
A description for the network interface.final Number
The device index for the network interface attachment.The IDs of one or more security groups.final String
The type of network interface.final Number
The number of IPv4 prefixes to be automatically assigned to the network interface.final Object
One or more IPv4 prefixes to be assigned to the network interface.final Number
The number of IPv6 addresses to assign to a network interface.final Object
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.final Number
The number of IPv6 prefixes to be automatically assigned to the network interface.final Object
One or more IPv6 prefixes to be assigned to the network interface.final Number
The index of the network card.final String
The ID of the network interface.final String
The primary private IPv4 address of the network interface.final Object
One or more private IPv4 addresses.final Number
The number of secondary private IPv4 addresses to assign to a network interface.final String
The ID of the subnet for the network interface.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.NetworkInterfaceProperty.Builder
.
-
-
Method Details
-
getAssociateCarrierIpAddress
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the AWS Wavelength Developer Guide .
- Specified by:
getAssociateCarrierIpAddress
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getAssociatePublicIpAddress
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
Associates a public IPv4 address with eth0 for a new network interface.- Specified by:
getAssociatePublicIpAddress
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getDeleteOnTermination
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
Indicates whether the network interface is deleted when the instance is terminated.- Specified by:
getDeleteOnTermination
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getDescription
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
A description for the network interface.- Specified by:
getDescription
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getDeviceIndex
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The device index for the network interface attachment.- Specified by:
getDeviceIndex
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getGroups
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The IDs of one or more security groups.- Specified by:
getGroups
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getInterfaceType
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The type of network interface.To create an Elastic Fabric Adapter (EFA), specify
efa
. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide .If you are not creating an EFA, specify
interface
or omit this parameter.Valid values:
interface
|efa
- Specified by:
getInterfaceType
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv4PrefixCount
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The number of IPv4 prefixes to be automatically assigned to the network interface.You cannot use this option if you use the
Ipv4Prefix
option.- Specified by:
getIpv4PrefixCount
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv4Prefixes
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
One or more IPv4 prefixes to be assigned to the network interface.You cannot use this option if you use the
Ipv4PrefixCount
option.- Specified by:
getIpv4Prefixes
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv6AddressCount
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The number of IPv6 addresses to assign to a network interface.Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
- Specified by:
getIpv6AddressCount
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv6Addresses
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.You can't use this option if you're specifying a number of IPv6 addresses.
- Specified by:
getIpv6Addresses
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv6PrefixCount
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The number of IPv6 prefixes to be automatically assigned to the network interface.You cannot use this option if you use the
Ipv6Prefix
option.- Specified by:
getIpv6PrefixCount
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getIpv6Prefixes
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
One or more IPv6 prefixes to be assigned to the network interface.You cannot use this option if you use the
Ipv6PrefixCount
option.- Specified by:
getIpv6Prefixes
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getNetworkCardIndex
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The index of the network card.Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
- Specified by:
getNetworkCardIndex
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getNetworkInterfaceId
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The ID of the network interface.- Specified by:
getNetworkInterfaceId
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getPrivateIpAddress
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The primary private IPv4 address of the network interface.- Specified by:
getPrivateIpAddress
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getPrivateIpAddresses
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
One or more private IPv4 addresses.- Specified by:
getPrivateIpAddresses
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getSecondaryPrivateIpAddressCount
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The number of secondary private IPv4 addresses to assign to a network interface.- Specified by:
getSecondaryPrivateIpAddressCount
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
getSubnetId
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The ID of the subnet for the network interface.- Specified by:
getSubnetId
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-