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
Associates 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
A connection tracking specification for the 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.final Object
The ENA Express configuration for the network interface.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 Object
The primary IPv6 address 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
Associates 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
- See Also:
-
getAssociatePublicIpAddress
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
Associates a public IPv4 address with eth0 for a new network interface.AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page .
- Specified by:
getAssociatePublicIpAddress
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getConnectionTrackingSpecification
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
A connection tracking specification for the network interface.- Specified by:
getConnectionTrackingSpecification
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
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
- See Also:
-
getDescription
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
A description for the network interface.- Specified by:
getDescription
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getDeviceIndex
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The device index for the network interface attachment.Each network interface requires a device index. If you create a launch template that includes secondary network interfaces but not a primary network interface, then you must add a primary network interface as a launch parameter when you launch an instance from the template.
- Specified by:
getDeviceIndex
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getEnaSrdSpecification
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The ENA Express configuration for the network interface.- Specified by:
getEnaSrdSpecification
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getGroups
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The IDs of one or more security groups.- Specified by:
getGroups
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getInterfaceType
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The type of network interface.To create an Elastic Fabric Adapter (EFA), specify
efa
orefa
. For more information, see Elastic Fabric Adapter in the Amazon EC2 User Guide .If you are not creating an EFA, specify
interface
or omit this parameter.If you specify
efa-only
, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.Valid values:
interface
|efa
|efa-only
- Specified by:
getInterfaceType
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
getNetworkInterfaceId
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The ID of the network interface.- Specified by:
getNetworkInterfaceId
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getPrimaryIpv6
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The primary IPv6 address of the network interface.When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances .
- Specified by:
getPrimaryIpv6
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getPrivateIpAddress
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The primary private IPv4 address of the network interface.- Specified by:
getPrivateIpAddress
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
getPrivateIpAddresses
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
One or more private IPv4 addresses.- Specified by:
getPrivateIpAddresses
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
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
- See Also:
-
getSubnetId
Description copied from interface:CfnLaunchTemplate.NetworkInterfaceProperty
The ID of the subnet for the network interface.- Specified by:
getSubnetId
in interfaceCfnLaunchTemplate.NetworkInterfaceProperty
- See Also:
-
$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()
-