@Stability(value=Stable)
public static interface CfnInstance.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
@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 List<String> getGroupSet()
@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 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 CfnInstance.NetworkInterfaceProperty.Builder builder()
Copyright © 2021. All rights reserved.