@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.547Z") @Stability(value=Stable) public class CfnNetworkInterface extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnNetworkInterface.Builder
A fluent builder for
CfnNetworkInterface. |
static interface |
CfnNetworkInterface.InstanceIpv6AddressProperty |
static interface |
CfnNetworkInterface.PrivateIpAddressSpecificationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnNetworkInterface(software.constructs.Construct scope,
String id,
CfnNetworkInterfaceProps props)
Create a new `AWS::EC2::NetworkInterface`.
|
protected |
CfnNetworkInterface(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNetworkInterface(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrPrimaryPrivateIpAddress() |
List<String> |
getAttrSecondaryPrivateIpAddresses() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::EC2::NetworkInterface.Description`.
|
List<String> |
getGroupSet()
`AWS::EC2::NetworkInterface.GroupSet`.
|
String |
getInterfaceType()
`AWS::EC2::NetworkInterface.InterfaceType`.
|
Number |
getIpv6AddressCount()
`AWS::EC2::NetworkInterface.Ipv6AddressCount`.
|
Object |
getIpv6Addresses()
`AWS::EC2::NetworkInterface.Ipv6Addresses`.
|
String |
getPrivateIpAddress()
`AWS::EC2::NetworkInterface.PrivateIpAddress`.
|
Object |
getPrivateIpAddresses()
`AWS::EC2::NetworkInterface.PrivateIpAddresses`.
|
Number |
getSecondaryPrivateIpAddressCount()
`AWS::EC2::NetworkInterface.SecondaryPrivateIpAddressCount`.
|
Object |
getSourceDestCheck()
`AWS::EC2::NetworkInterface.SourceDestCheck`.
|
String |
getSubnetId()
`AWS::EC2::NetworkInterface.SubnetId`.
|
TagManager |
getTags()
`AWS::EC2::NetworkInterface.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::EC2::NetworkInterface.Description`.
|
void |
setGroupSet(List<String> value)
`AWS::EC2::NetworkInterface.GroupSet`.
|
void |
setInterfaceType(String value)
`AWS::EC2::NetworkInterface.InterfaceType`.
|
void |
setIpv6AddressCount(Number value)
`AWS::EC2::NetworkInterface.Ipv6AddressCount`.
|
void |
setIpv6Addresses(IResolvable value)
`AWS::EC2::NetworkInterface.Ipv6Addresses`.
|
void |
setIpv6Addresses(List<Object> value)
`AWS::EC2::NetworkInterface.Ipv6Addresses`.
|
void |
setPrivateIpAddress(String value)
`AWS::EC2::NetworkInterface.PrivateIpAddress`.
|
void |
setPrivateIpAddresses(IResolvable value)
`AWS::EC2::NetworkInterface.PrivateIpAddresses`.
|
void |
setPrivateIpAddresses(List<Object> value)
`AWS::EC2::NetworkInterface.PrivateIpAddresses`.
|
void |
setSecondaryPrivateIpAddressCount(Number value)
`AWS::EC2::NetworkInterface.SecondaryPrivateIpAddressCount`.
|
void |
setSourceDestCheck(Boolean value)
`AWS::EC2::NetworkInterface.SourceDestCheck`.
|
void |
setSourceDestCheck(IResolvable value)
`AWS::EC2::NetworkInterface.SourceDestCheck`.
|
void |
setSubnetId(String value)
`AWS::EC2::NetworkInterface.SubnetId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnNetworkInterface(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNetworkInterface(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnNetworkInterface(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnNetworkInterfaceProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrPrimaryPrivateIpAddress()
@Stability(value=Stable) @NotNull public List<String> getAttrSecondaryPrivateIpAddresses()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getSubnetId()
@Stability(value=Stable)
public void setSubnetId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getGroupSet()
@Stability(value=Stable)
public void setGroupSet(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getInterfaceType()
@Stability(value=Stable)
public void setInterfaceType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getIpv6AddressCount()
@Stability(value=Stable)
public void setIpv6AddressCount(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getIpv6Addresses()
@Stability(value=Stable)
public void setIpv6Addresses(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setIpv6Addresses(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getPrivateIpAddress()
@Stability(value=Stable)
public void setPrivateIpAddress(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPrivateIpAddresses()
@Stability(value=Stable)
public void setPrivateIpAddresses(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setPrivateIpAddresses(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getSecondaryPrivateIpAddressCount()
@Stability(value=Stable)
public void setSecondaryPrivateIpAddressCount(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getSourceDestCheck()
@Stability(value=Stable)
public void setSourceDestCheck(@Nullable
Boolean value)
@Stability(value=Stable)
public void setSourceDestCheck(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.