Class CfnTransitVirtualInterfaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.directconnect.CfnTransitVirtualInterfaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitVirtualInterfaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitVirtualInterfaceProps
@Stability(Stable)
@Internal
public static final class CfnTransitVirtualInterfaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitVirtualInterfaceProps
An implementation for
CfnTransitVirtualInterfaceProps-
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.directconnect.CfnTransitVirtualInterfaceProps
CfnTransitVirtualInterfaceProps.Builder, CfnTransitVirtualInterfaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitVirtualInterfaceProps.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 theCfnTransitVirtualInterfaceProps.Builder.
-
-
Method Details
-
getBgpPeers
Description copied from interface:CfnTransitVirtualInterfacePropsThe BGP peers configured on this virtual interface..Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTransitVirtualInterface.BgpPeerProperty>- Specified by:
getBgpPeersin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getConnectionId
Description copied from interface:CfnTransitVirtualInterfaceProps- Specified by:
getConnectionIdin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getDirectConnectGatewayId
Description copied from interface:CfnTransitVirtualInterfacePropsReturns union: eitherStringorIDirectConnectGatewayRef- Specified by:
getDirectConnectGatewayIdin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getVirtualInterfaceName
Description copied from interface:CfnTransitVirtualInterfacePropsThe 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 interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getVlan
Description copied from interface:CfnTransitVirtualInterfacePropsThe ID of the VLAN.- Specified by:
getVlanin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getAllocateTransitVirtualInterfaceRoleArn
Description copied from interface:CfnTransitVirtualInterfacePropsThe Amazon Resource Name (ARN) of the role to allocate the TransitVifAllocation.Needs directconnect:AllocateTransitVirtualInterface permissions and tag permissions if applicable.
- Specified by:
getAllocateTransitVirtualInterfaceRoleArnin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getEnableSiteLink
Description copied from interface:CfnTransitVirtualInterfacePropsIndicates whether to enable or disable SiteLink.Returns union: either
BooleanorIResolvable- Specified by:
getEnableSiteLinkin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getMtu
Description copied from interface:CfnTransitVirtualInterfacePropsThe maximum transmission unit (MTU), in bytes.The supported values are 1500 and 9001. The default value is 1500.
- Specified by:
getMtuin interfaceCfnTransitVirtualInterfaceProps- See Also:
-
getTags
Description copied from interface:CfnTransitVirtualInterfacePropsThe tags associated with the private virtual interface.- Specified by:
getTagsin interfaceCfnTransitVirtualInterfaceProps- 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()
-