Class CfnPublicVirtualInterfaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.directconnect.CfnPublicVirtualInterfaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPublicVirtualInterfaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublicVirtualInterfaceProps
@Stability(Stable)
@Internal
public static final class CfnPublicVirtualInterfaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublicVirtualInterfaceProps
An implementation for
CfnPublicVirtualInterfaceProps-
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.CfnPublicVirtualInterfaceProps
CfnPublicVirtualInterfaceProps.Builder, CfnPublicVirtualInterfaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublicVirtualInterfaceProps.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 public virtual interface.final ObjectThe BGP peers configured on this virtual interface.final ObjectThe routes to be advertised to the AWS network in this region.getTags()The tags associated with the public 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 theCfnPublicVirtualInterfaceProps.Builder.
-
-
Method Details
-
getBgpPeers
Description copied from interface:CfnPublicVirtualInterfacePropsThe BGP peers configured on this virtual interface.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPublicVirtualInterface.BgpPeerProperty>- Specified by:
getBgpPeersin interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getConnectionId
Description copied from interface:CfnPublicVirtualInterfaceProps- Specified by:
getConnectionIdin interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getVirtualInterfaceName
Description copied from interface:CfnPublicVirtualInterfacePropsThe 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 interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getVlan
Description copied from interface:CfnPublicVirtualInterfacePropsThe ID of the VLAN.- Specified by:
getVlanin interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getAllocatePublicVirtualInterfaceRoleArn
Description copied from interface:CfnPublicVirtualInterfacePropsThe Amazon Resource Name (ARN) of the role to allocate the public virtual interface.Needs directconnect:AllocatePublicVirtualInterface permissions and tag permissions if applicable.
- Specified by:
getAllocatePublicVirtualInterfaceRoleArnin interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getRouteFilterPrefixes
Description copied from interface:CfnPublicVirtualInterfacePropsThe routes to be advertised to the AWS network in this region.- Specified by:
getRouteFilterPrefixesin interfaceCfnPublicVirtualInterfaceProps- See Also:
-
getTags
Description copied from interface:CfnPublicVirtualInterfacePropsThe tags associated with the public virtual interface.- Specified by:
getTagsin interfaceCfnPublicVirtualInterfaceProps- 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()
-