Class CfnTransitVirtualInterfaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.directconnect.CfnTransitVirtualInterfaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitVirtualInterfaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitVirtualInterfaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnTransitVirtualInterfaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitVirtualInterfaceMixinProps
An implementation for
CfnTransitVirtualInterfaceMixinProps-
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.directconnect.CfnTransitVirtualInterfaceMixinProps
CfnTransitVirtualInterfaceMixinProps.Builder, CfnTransitVirtualInterfaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitVirtualInterfaceMixinProps.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 Amazon Resource Name (ARN) of the role to allocate the TransitVifAllocation.final ObjectThe BGP peers configured on this virtual interface..final Objectfinal ObjectReturns union: eitherStringorIDirectConnectGatewayReffinal ObjectIndicates whether to enable or disable SiteLink.final NumbergetMtu()The maximum transmission unit (MTU), in bytes.getTags()The tags associated with the private virtual interface.final StringThe name of the virtual interface assigned by the customer network.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 theCfnTransitVirtualInterfaceMixinProps.Builder.
-
-
Method Details
-
getAllocateTransitVirtualInterfaceRoleArn
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe Amazon Resource Name (ARN) of the role to allocate the TransitVifAllocation.Needs directconnect:AllocateTransitVirtualInterface permissions and tag permissions if applicable.
- Specified by:
getAllocateTransitVirtualInterfaceRoleArnin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getBgpPeers
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe BGP peers configured on this virtual interface..Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTransitVirtualInterfacePropsMixin.BgpPeerProperty>- Specified by:
getBgpPeersin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getConnectionId
Description copied from interface:CfnTransitVirtualInterfaceMixinProps- Specified by:
getConnectionIdin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getDirectConnectGatewayId
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsReturns union: eitherStringorIDirectConnectGatewayRef- Specified by:
getDirectConnectGatewayIdin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getEnableSiteLink
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsIndicates whether to enable or disable SiteLink.Returns union: either
BooleanorIResolvable- Specified by:
getEnableSiteLinkin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getMtu
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe maximum transmission unit (MTU), in bytes.The supported values are 1500 and 9001. The default value is 1500.
- Specified by:
getMtuin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe tags associated with the private virtual interface.- Specified by:
getTagsin interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getVirtualInterfaceName
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe name of the virtual interface assigned by the customer network.The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
- Specified by:
getVirtualInterfaceNamein interfaceCfnTransitVirtualInterfaceMixinProps- See Also:
-
getVlan
Description copied from interface:CfnTransitVirtualInterfaceMixinPropsThe ID of the VLAN.- Specified by:
getVlanin interfaceCfnTransitVirtualInterfaceMixinProps- 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()
-