@Stability(value=Stable)
public static interface CfnLaunchTemplate.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
@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 String getInterfaceType()
@Stability(value=Stable) @Nullable default Number getIpv6AddressCount()
@Stability(value=Stable) @Nullable default Object getIpv6Addresses()
@Stability(value=Stable) @Nullable default Number getNetworkCardIndex()
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default String getPrivateIpAddress()
@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 CfnLaunchTemplate.NetworkInterfaceProperty.Builder builder()
Copyright © 2021. All rights reserved.