@Stability(value=Stable)
public static interface CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
|
static class |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
An implementation for
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder |
builder() |
default Object |
getAssociatePublicIpAddress()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.AssociatePublicIpAddress`.
|
default Object |
getDeleteOnTermination()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.DeleteOnTermination`.
|
default String |
getDescription()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Description`.
|
default Number |
getDeviceIndex()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.DeviceIndex`.
|
default List<String> |
getGroups()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Groups`.
|
default Number |
getIpv6AddressCount()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Ipv6AddressCount`.
|
default Object |
getIpv6Addresses()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Ipv6Addresses`.
|
default String |
getNetworkInterfaceId()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.NetworkInterfaceId`.
|
default Object |
getPrivateIpAddresses()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.PrivateIpAddresses`.
|
default Number |
getSecondaryPrivateIpAddressCount()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.SecondaryPrivateIpAddressCount`.
|
default String |
getSubnetId()
`CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.SubnetId`.
|
@Stability(value=Stable) @Nullable default Object getAssociatePublicIpAddress()
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getDeviceIndex()
@Stability(value=Stable) @Nullable default List<String> getGroups()
@Stability(value=Stable) @Nullable default Number getIpv6AddressCount()
@Stability(value=Stable) @Nullable default Object getIpv6Addresses()
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default Object getPrivateIpAddresses()
@Stability(value=Stable) @Nullable default Number getSecondaryPrivateIpAddressCount()
@Stability(value=Stable) @Nullable default String getSubnetId()
@Stability(value=Stable) static CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.