@Stability(value=Stable)
public static interface CfnInstance.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.NetworkInterfaceProperty.Builder
A builder for
CfnInstance.NetworkInterfaceProperty |
static class |
CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
An implementation for
CfnInstance.NetworkInterfaceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.NetworkInterfaceProperty.Builder |
builder() |
default Object |
getAssociatePublicIpAddress()
`CfnInstance.NetworkInterfaceProperty.AssociatePublicIpAddress`.
|
default Object |
getDeleteOnTermination()
`CfnInstance.NetworkInterfaceProperty.DeleteOnTermination`.
|
default String |
getDescription()
`CfnInstance.NetworkInterfaceProperty.Description`.
|
String |
getDeviceIndex()
`CfnInstance.NetworkInterfaceProperty.DeviceIndex`.
|
default List<String> |
getGroupSet()
`CfnInstance.NetworkInterfaceProperty.GroupSet`.
|
default Number |
getIpv6AddressCount()
`CfnInstance.NetworkInterfaceProperty.Ipv6AddressCount`.
|
default Object |
getIpv6Addresses()
`CfnInstance.NetworkInterfaceProperty.Ipv6Addresses`.
|
default String |
getNetworkInterfaceId()
`CfnInstance.NetworkInterfaceProperty.NetworkInterfaceId`.
|
default String |
getPrivateIpAddress()
`CfnInstance.NetworkInterfaceProperty.PrivateIpAddress`.
|
default Object |
getPrivateIpAddresses()
`CfnInstance.NetworkInterfaceProperty.PrivateIpAddresses`.
|
default Number |
getSecondaryPrivateIpAddressCount()
`CfnInstance.NetworkInterfaceProperty.SecondaryPrivateIpAddressCount`.
|
default String |
getSubnetId()
`CfnInstance.NetworkInterfaceProperty.SubnetId`.
|
@Stability(value=Stable) @NotNull String getDeviceIndex()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-deviceindex
@Stability(value=Stable) @Nullable default Object getAssociatePublicIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-associatepubip
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-delete
@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-description
@Stability(value=Stable) @Nullable default List<String> getGroupSet()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-groupset
@Stability(value=Stable) @Nullable default Number getIpv6AddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#cfn-ec2-instance-networkinterface-ipv6addresscount
@Stability(value=Stable) @Nullable default Object getIpv6Addresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#cfn-ec2-instance-networkinterface-ipv6addresses
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-network-iface
@Stability(value=Stable) @Nullable default String getPrivateIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-privateipaddress
@Stability(value=Stable) @Nullable default Object getPrivateIpAddresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-privateipaddresses
@Stability(value=Stable) @Nullable default Number getSecondaryPrivateIpAddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-secondprivateip
@Stability(value=Stable) @Nullable default String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-network-iface-embedded.html#aws-properties-ec2-network-iface-embedded-subnetid
@Stability(value=Stable) static CfnInstance.NetworkInterfaceProperty.Builder builder()
Copyright © 2020. All rights reserved.