@Stability(value=Stable)
public static interface CfnLaunchTemplate.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder
A builder for
CfnLaunchTemplate.NetworkInterfaceProperty |
static class |
CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.NetworkInterfaceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
builder() |
default Object |
getAssociateCarrierIpAddress()
`CfnLaunchTemplate.NetworkInterfaceProperty.AssociateCarrierIpAddress`.
|
default Object |
getAssociatePublicIpAddress()
`CfnLaunchTemplate.NetworkInterfaceProperty.AssociatePublicIpAddress`.
|
default Object |
getDeleteOnTermination()
`CfnLaunchTemplate.NetworkInterfaceProperty.DeleteOnTermination`.
|
default String |
getDescription()
`CfnLaunchTemplate.NetworkInterfaceProperty.Description`.
|
default Number |
getDeviceIndex()
`CfnLaunchTemplate.NetworkInterfaceProperty.DeviceIndex`.
|
default List<String> |
getGroups()
`CfnLaunchTemplate.NetworkInterfaceProperty.Groups`.
|
default String |
getInterfaceType()
`CfnLaunchTemplate.NetworkInterfaceProperty.InterfaceType`.
|
default Number |
getIpv6AddressCount()
`CfnLaunchTemplate.NetworkInterfaceProperty.Ipv6AddressCount`.
|
default Object |
getIpv6Addresses()
`CfnLaunchTemplate.NetworkInterfaceProperty.Ipv6Addresses`.
|
default Number |
getNetworkCardIndex()
`CfnLaunchTemplate.NetworkInterfaceProperty.NetworkCardIndex`.
|
default String |
getNetworkInterfaceId()
`CfnLaunchTemplate.NetworkInterfaceProperty.NetworkInterfaceId`.
|
default String |
getPrivateIpAddress()
`CfnLaunchTemplate.NetworkInterfaceProperty.PrivateIpAddress`.
|
default Object |
getPrivateIpAddresses()
`CfnLaunchTemplate.NetworkInterfaceProperty.PrivateIpAddresses`.
|
default Number |
getSecondaryPrivateIpAddressCount()
`CfnLaunchTemplate.NetworkInterfaceProperty.SecondaryPrivateIpAddressCount`.
|
default String |
getSubnetId()
`CfnLaunchTemplate.NetworkInterfaceProperty.SubnetId`.
|
@Stability(value=Stable) @Nullable default Object getAssociateCarrierIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-associatecarrieripaddress@Stability(value=Stable) @Nullable default Object getAssociatePublicIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-associatepublicipaddress@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deleteontermination@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-description@Stability(value=Stable) @Nullable default Number getDeviceIndex()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deviceindex@Stability(value=Stable) @Nullable default List<String> getGroups()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-groups@Stability(value=Stable) @Nullable default String getInterfaceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-interfacetype@Stability(value=Stable) @Nullable default Number getIpv6AddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresscount@Stability(value=Stable) @Nullable default Object getIpv6Addresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresses@Stability(value=Stable) @Nullable default Number getNetworkCardIndex()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-networkcardindex@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-networkinterfaceid@Stability(value=Stable) @Nullable default String getPrivateIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddress@Stability(value=Stable) @Nullable default Object getPrivateIpAddresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddresses@Stability(value=Stable) @Nullable default Number getSecondaryPrivateIpAddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-secondaryprivateipaddresscount@Stability(value=Stable) @Nullable default String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-subnetid@Stability(value=Stable) static CfnLaunchTemplate.NetworkInterfaceProperty.Builder builder()
Copyright © 2020. All rights reserved.