Class CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
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.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder, CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.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 assign a public IPv4 address to an instance you launch in a VPC.final Object
Indicates whether the network interface is deleted when the instance is terminated.final String
The description of the network interface.final Number
The position of the network interface in the attachment order.The IDs of the security groups for the network interface.final Number
A number of IPv6 addresses to assign to the network interface.final Object
The IPv6 addresses to assign to the network interface.final String
The ID of the network interface.final Object
The private IPv4 addresses to assign to the network interface.final Number
The number of secondary private IPv4 addresses.final String
The ID of the subnet associated with 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 theCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
.
-
-
Method Details
-
getAssociatePublicIpAddress
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.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
.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 interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getDeleteOnTermination
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
Indicates whether the network interface is deleted when the instance is terminated.- Specified by:
getDeleteOnTermination
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getDescription
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The description of the network interface.Applies only if creating a network interface when launching an instance.
- Specified by:
getDescription
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getDeviceIndex
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The position of the network interface in the attachment order.A 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.
- Specified by:
getDeviceIndex
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getGroups
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The IDs of the security groups for the network interface.Applies only if creating a network interface when launching an instance.
- Specified by:
getGroups
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getIpv6AddressCount
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
A number of IPv6 addresses to assign to the network interface.Amazon 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.
- Specified by:
getIpv6AddressCount
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getIpv6Addresses
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The IPv6 addresses to assign to the network interface.You 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.
- Specified by:
getIpv6Addresses
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getNetworkInterfaceId
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The ID of the network interface.If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.
- Specified by:
getNetworkInterfaceId
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getPrivateIpAddresses
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The private IPv4 addresses to assign to the network interface.Only 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.
- Specified by:
getPrivateIpAddresses
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getSecondaryPrivateIpAddressCount
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The number of secondary private IPv4 addresses.You can’t specify this parameter and also specify a secondary private IP address using the
PrivateIpAddress
parameter.- Specified by:
getSecondaryPrivateIpAddressCount
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- See Also:
-
getSubnetId
Description copied from interface:CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
The ID of the subnet associated with the network interface.- Specified by:
getSubnetId
in interfaceCfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
- 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()
-