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