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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLocalGatewayVirtualInterfaceProps
CfnLocalGatewayVirtualInterfaceProps.Builder, CfnLocalGatewayVirtualInterfaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocalGatewayVirtualInterfaceProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe local address.final StringThe ID of the local gateway virtual interface group.final StringThe Outpost LAG ID.final StringThe peer address.final NumberThe peer BGP ASN.final NumberThe extended 32-bit ASN of the BGP peer for use with larger ASN values.getTags()The tags assigned to the virtual interface.final NumbergetVlan()The ID of the VLAN.final inthashCode()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:CfnLocalGatewayVirtualInterfacePropsThe local address.- Specified by:
getLocalAddressin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getLocalGatewayVirtualInterfaceGroupId
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe ID of the local gateway virtual interface group.- Specified by:
getLocalGatewayVirtualInterfaceGroupIdin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getOutpostLagId
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe Outpost LAG ID.- Specified by:
getOutpostLagIdin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getPeerAddress
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe peer address.- Specified by:
getPeerAddressin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getVlan
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe ID of the VLAN.- Specified by:
getVlanin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getPeerBgpAsn
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe peer BGP ASN.- Specified by:
getPeerBgpAsnin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getPeerBgpAsnExtended
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe extended 32-bit ASN of the BGP peer for use with larger ASN values.- Specified by:
getPeerBgpAsnExtendedin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
getTags
Description copied from interface:CfnLocalGatewayVirtualInterfacePropsThe tags assigned to the virtual interface.- Specified by:
getTagsin interfaceCfnLocalGatewayVirtualInterfaceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-