@Stability(value=Stable) @Internal public static final class CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.NetworkInterfaceProperty
CfnLaunchTemplate.NetworkInterfacePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchTemplate.NetworkInterfaceProperty.Builder, CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchTemplate.NetworkInterfaceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchTemplate.AcceleratorCountProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAssociateCarrierIpAddress()
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.
|
Object |
getAssociatePublicIpAddress()
Associates a public IPv4 address with eth0 for a new network interface.
|
Object |
getDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
String |
getDescription()
A description for the network interface.
|
Number |
getDeviceIndex()
The device index for the network interface attachment.
|
List<String> |
getGroups()
The IDs of one or more security groups.
|
String |
getInterfaceType()
The type of network interface.
|
Number |
getIpv4PrefixCount()
The number of IPv4 prefixes to be automatically assigned to the network interface.
|
Object |
getIpv4Prefixes()
One or more IPv4 prefixes to be assigned to the network interface.
|
Number |
getIpv6AddressCount()
The number of IPv6 addresses to assign to a network interface.
|
Object |
getIpv6Addresses()
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
Number |
getIpv6PrefixCount()
The number of IPv6 prefixes to be automatically assigned to the network interface.
|
Object |
getIpv6Prefixes()
One or more IPv6 prefixes to be assigned to the network interface.
|
Number |
getNetworkCardIndex()
The index of the network card.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
String |
getPrivateIpAddress()
The primary private IPv4 address of the network interface.
|
Object |
getPrivateIpAddresses()
One or more private IPv4 addresses.
|
Number |
getSecondaryPrivateIpAddressCount()
The number of secondary private IPv4 addresses to assign to a network interface.
|
String |
getSubnetId()
The ID of the subnet for the network interface.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLaunchTemplate.NetworkInterfaceProperty.Builder builder)
CfnLaunchTemplate.AcceleratorCountProperty.Builder.public final Object getAssociateCarrierIpAddress()
CfnLaunchTemplate.NetworkInterfacePropertyUse 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 .
getAssociateCarrierIpAddress in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getAssociatePublicIpAddress()
CfnLaunchTemplate.NetworkInterfacePropertygetAssociatePublicIpAddress in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getDeleteOnTermination()
CfnLaunchTemplate.NetworkInterfacePropertygetDeleteOnTermination in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final String getDescription()
CfnLaunchTemplate.NetworkInterfacePropertygetDescription in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getDeviceIndex()
CfnLaunchTemplate.NetworkInterfacePropertygetDeviceIndex in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final List<String> getGroups()
CfnLaunchTemplate.NetworkInterfacePropertygetGroups in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final String getInterfaceType()
CfnLaunchTemplate.NetworkInterfaceProperty
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
getInterfaceType in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getIpv4PrefixCount()
CfnLaunchTemplate.NetworkInterfaceProperty
You cannot use this option if you use the Ipv4Prefix option.
getIpv4PrefixCount in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getIpv4Prefixes()
CfnLaunchTemplate.NetworkInterfaceProperty
You cannot use this option if you use the Ipv4PrefixCount option.
getIpv4Prefixes in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getIpv6AddressCount()
CfnLaunchTemplate.NetworkInterfacePropertyAmazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
getIpv6AddressCount in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getIpv6Addresses()
CfnLaunchTemplate.NetworkInterfacePropertyYou can't use this option if you're specifying a number of IPv6 addresses.
getIpv6Addresses in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getIpv6PrefixCount()
CfnLaunchTemplate.NetworkInterfaceProperty
You cannot use this option if you use the Ipv6Prefix option.
getIpv6PrefixCount in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getIpv6Prefixes()
CfnLaunchTemplate.NetworkInterfaceProperty
You cannot use this option if you use the Ipv6PrefixCount option.
getIpv6Prefixes in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getNetworkCardIndex()
CfnLaunchTemplate.NetworkInterfacePropertySome 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.
getNetworkCardIndex in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final String getNetworkInterfaceId()
CfnLaunchTemplate.NetworkInterfacePropertygetNetworkInterfaceId in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final String getPrivateIpAddress()
CfnLaunchTemplate.NetworkInterfacePropertygetPrivateIpAddress in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Object getPrivateIpAddresses()
CfnLaunchTemplate.NetworkInterfacePropertygetPrivateIpAddresses in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final Number getSecondaryPrivateIpAddressCount()
CfnLaunchTemplate.NetworkInterfacePropertygetSecondaryPrivateIpAddressCount in interface CfnLaunchTemplate.NetworkInterfacePropertypublic final String getSubnetId()
CfnLaunchTemplate.NetworkInterfacePropertygetSubnetId in interface CfnLaunchTemplate.NetworkInterfaceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.