Class CfnDirectConnectGatewayAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnDirectConnectGatewayAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectConnectGatewayAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectConnectGatewayAttachmentProps
@Stability(Stable)
@Internal
public static final class CfnDirectConnectGatewayAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDirectConnectGatewayAttachmentProps
An implementation for
CfnDirectConnectGatewayAttachmentProps-
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.networkmanager.CfnDirectConnectGatewayAttachmentProps
CfnDirectConnectGatewayAttachmentProps.Builder, CfnDirectConnectGatewayAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectConnectGatewayAttachmentProps.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 ID of a core network for the Direct Connect Gateway attachment.final StringThe Direct Connect gateway attachment ARN.The Regions where the edges are located.final ObjectDescribes proposed changes to a network function group.final ObjectDescribes a proposed segment change.getTags()Tags for the attachment.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 theCfnDirectConnectGatewayAttachmentProps.Builder.
-
-
Method Details
-
getCoreNetworkId
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsThe ID of a core network for the Direct Connect Gateway attachment.- Specified by:
getCoreNetworkIdin interfaceCfnDirectConnectGatewayAttachmentProps- See Also:
-
getDirectConnectGatewayArn
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsThe Direct Connect gateway attachment ARN.- Specified by:
getDirectConnectGatewayArnin interfaceCfnDirectConnectGatewayAttachmentProps- See Also:
-
getEdgeLocations
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsThe Regions where the edges are located.- Specified by:
getEdgeLocationsin interfaceCfnDirectConnectGatewayAttachmentProps- See Also:
-
getProposedNetworkFunctionGroupChange
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsDescribes proposed changes to a network function group.Returns union: either
IResolvableorCfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty- Specified by:
getProposedNetworkFunctionGroupChangein interfaceCfnDirectConnectGatewayAttachmentProps- See Also:
-
getProposedSegmentChange
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsDescribes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
Returns union: either
IResolvableorCfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty- Specified by:
getProposedSegmentChangein interfaceCfnDirectConnectGatewayAttachmentProps- See Also:
-
getTags
Description copied from interface:CfnDirectConnectGatewayAttachmentPropsTags for the attachment.- Specified by:
getTagsin interfaceCfnDirectConnectGatewayAttachmentProps- 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()
-