@Stability(value=Stable) @Internal public static final class CfnInstance.NetworkInterfaceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.NetworkInterfaceProperty
CfnInstance.NetworkInterfacePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnInstance.NetworkInterfaceProperty.Builder, CfnInstance.NetworkInterfaceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInstance.NetworkInterfaceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInstance.AssociationParameterProperty.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()
`CfnInstance.NetworkInterfaceProperty.AssociateCarrierIpAddress`.
|
Object |
getAssociatePublicIpAddress()
Indicates whether to assign a public IPv4 address to an instance.
|
Object |
getDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
String |
getDescription()
The description of the network interface.
|
String |
getDeviceIndex()
The position of the network interface in the attachment order.
|
List<String> |
getGroupSet()
The IDs of the security groups for the network interface.
|
Number |
getIpv6AddressCount()
A number of IPv6 addresses to assign to the network interface.
|
Object |
getIpv6Addresses()
One or more IPv6 addresses to assign to the network interface.
|
String |
getNetworkInterfaceId()
The ID of the network interface, when attaching an existing network interface.
|
String |
getPrivateIpAddress()
The private IPv4 address of the network interface.
|
Object |
getPrivateIpAddresses()
One or more private IPv4 addresses to assign to the network interface.
|
Number |
getSecondaryPrivateIpAddressCount()
The number of secondary private IPv4 addresses.
|
String |
getSubnetId()
The ID of the subnet associated with 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(CfnInstance.NetworkInterfaceProperty.Builder builder)
CfnInstance.AssociationParameterProperty.Builder.public final String getDeviceIndex()
CfnInstance.NetworkInterfacePropertyA primary network interface has a device index of 0.
If you create a network interface when launching an instance, you must specify the device index.
getDeviceIndex in interface CfnInstance.NetworkInterfacePropertypublic final Object getAssociateCarrierIpAddress()
CfnInstance.NetworkInterfacePropertygetAssociateCarrierIpAddress in interface CfnInstance.NetworkInterfacePropertypublic final Object getAssociatePublicIpAddress()
CfnInstance.NetworkInterfaceProperty
Applies only if creating a network interface when launching an instance. The network interface must be the primary network interface. If launching into a default subnet, the default value is true .
getAssociatePublicIpAddress in interface CfnInstance.NetworkInterfacePropertypublic final Object getDeleteOnTermination()
CfnInstance.NetworkInterfacePropertyApplies only if creating a network interface when launching an instance.
getDeleteOnTermination in interface CfnInstance.NetworkInterfacePropertypublic final String getDescription()
CfnInstance.NetworkInterfacePropertyApplies only if creating a network interface when launching an instance.
getDescription in interface CfnInstance.NetworkInterfacePropertypublic final List<String> getGroupSet()
CfnInstance.NetworkInterfacePropertyApplies only if creating a network interface when launching an instance.
getGroupSet in interface CfnInstance.NetworkInterfacePropertypublic final Number getIpv6AddressCount()
CfnInstance.NetworkInterfacePropertyAmazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.
getIpv6AddressCount in interface CfnInstance.NetworkInterfacePropertypublic final Object getIpv6Addresses()
CfnInstance.NetworkInterfacePropertyYou cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.
getIpv6Addresses in interface CfnInstance.NetworkInterfacePropertypublic final String getNetworkInterfaceId()
CfnInstance.NetworkInterfacePropertygetNetworkInterfaceId in interface CfnInstance.NetworkInterfacePropertypublic final String getPrivateIpAddress()
CfnInstance.NetworkInterfacePropertyApplies only if creating a network interface when launching an instance.
getPrivateIpAddress in interface CfnInstance.NetworkInterfacePropertypublic final Object getPrivateIpAddresses()
CfnInstance.NetworkInterfacePropertyOnly one private IPv4 address can be designated as primary.
getPrivateIpAddresses in interface CfnInstance.NetworkInterfacePropertypublic final Number getSecondaryPrivateIpAddressCount()
CfnInstance.NetworkInterfacePropertyYou can't specify this option and specify more than one private IP address using the private IP addresses option.
getSecondaryPrivateIpAddressCount in interface CfnInstance.NetworkInterfacePropertypublic final String getSubnetId()
CfnInstance.NetworkInterfacePropertyApplies only if creating a network interface when launching an instance.
getSubnetId in interface CfnInstance.NetworkInterfaceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.