@Stability(value=Stable) @Internal public static final class CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder, CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSpotFleet.AcceleratorCountRequestProperty.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 |
getAssociatePublicIpAddress()
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
|
Object |
getDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
String |
getDescription()
The description of the network interface.
|
Number |
getDeviceIndex()
The position of the network interface in the attachment order.
|
List<String> |
getGroups()
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.
|
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(CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder builder)
CfnSpotFleet.AcceleratorCountRequestProperty.Builder.public final Object getAssociatePublicIpAddress()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true .
getAssociatePublicIpAddress in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Object getDeleteOnTermination()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertygetDeleteOnTermination in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final String getDescription()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyApplies only if creating a network interface when launching an instance.
getDescription in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Number getDeviceIndex()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyA primary network interface has a device index of 0.
If you specify a network interface when launching an instance, you must specify the device index.
getDeviceIndex in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final List<String> getGroups()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyApplies only if creating a network interface when launching an instance.
getGroups in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Number getIpv6AddressCount()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyAmazon 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 CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Object getIpv6Addresses()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyYou 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 CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final String getNetworkInterfaceId()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyIf you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.
getNetworkInterfaceId in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Object getPrivateIpAddresses()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyOnly one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.
getPrivateIpAddresses in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final Number getSecondaryPrivateIpAddressCount()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyYou can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.
getSecondaryPrivateIpAddressCount in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertypublic final String getSubnetId()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationPropertyApplies only if creating a network interface when launching an instance.
getSubnetId in interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.