Class CfnLocalGatewayVirtualInterfaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLocalGatewayVirtualInterfaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocalGatewayVirtualInterfaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocalGatewayVirtualInterfaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnLocalGatewayVirtualInterfaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocalGatewayVirtualInterfaceMixinProps
An implementation for
CfnLocalGatewayVirtualInterfaceMixinProps-
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.cfnpropertymixins.services.ec2.CfnLocalGatewayVirtualInterfaceMixinProps
CfnLocalGatewayVirtualInterfaceMixinProps.Builder, CfnLocalGatewayVirtualInterfaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocalGatewayVirtualInterfaceMixinProps.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 theCfnLocalGatewayVirtualInterfaceMixinProps.Builder.
-
-
Method Details
-
getLocalAddress
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe local address.- Specified by:
getLocalAddressin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getLocalGatewayVirtualInterfaceGroupId
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe ID of the local gateway virtual interface group.- Specified by:
getLocalGatewayVirtualInterfaceGroupIdin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getOutpostLagId
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe Outpost LAG ID.- Specified by:
getOutpostLagIdin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getPeerAddress
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe peer address.- Specified by:
getPeerAddressin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getPeerBgpAsn
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe peer BGP ASN.- Specified by:
getPeerBgpAsnin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getPeerBgpAsnExtended
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe extended 32-bit ASN of the BGP peer for use with larger ASN values.- Specified by:
getPeerBgpAsnExtendedin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe tags assigned to the virtual interface.- Specified by:
getTagsin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- See Also:
-
getVlan
Description copied from interface:CfnLocalGatewayVirtualInterfaceMixinPropsThe ID of the VLAN.- Specified by:
getVlanin interfaceCfnLocalGatewayVirtualInterfaceMixinProps- 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()
-