Class CfnLocalGatewayVirtualInterfaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnLocalGatewayVirtualInterfaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocalGatewayVirtualInterfaceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocalGatewayVirtualInterfaceProps
@Stability(Stable)
@Internal
public static final class CfnLocalGatewayVirtualInterfaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocalGatewayVirtualInterfaceProps
An implementation for
CfnLocalGatewayVirtualInterfaceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLocalGatewayVirtualInterfaceProps
CfnLocalGatewayVirtualInterfaceProps.Builder, CfnLocalGatewayVirtualInterfaceProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLocalGatewayVirtualInterfaceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The local address.final String
The ID of the local gateway virtual interface group.final String
The Outpost LAG ID.final String
The peer address.final Number
The peer BGP ASN.final Number
The extended 32-bit ASN of the BGP peer for use with larger ASN values.getTags()
The tags assigned to the virtual interface.final Number
getVlan()
The ID of the VLAN.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLocalGatewayVirtualInterfaceProps.Builder
.
-
-
Method Details
-
getLocalAddress
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The local address.- Specified by:
getLocalAddress
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getLocalGatewayVirtualInterfaceGroupId
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The ID of the local gateway virtual interface group.- Specified by:
getLocalGatewayVirtualInterfaceGroupId
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getOutpostLagId
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The Outpost LAG ID.- Specified by:
getOutpostLagId
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getPeerAddress
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The peer address.- Specified by:
getPeerAddress
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getVlan
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The ID of the VLAN.- Specified by:
getVlan
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getPeerBgpAsn
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The peer BGP ASN.- Specified by:
getPeerBgpAsn
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getPeerBgpAsnExtended
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The extended 32-bit ASN of the BGP peer for use with larger ASN values.- Specified by:
getPeerBgpAsnExtended
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
getTags
Description copied from interface:CfnLocalGatewayVirtualInterfaceProps
The tags assigned to the virtual interface.- Specified by:
getTags
in interfaceCfnLocalGatewayVirtualInterfaceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-