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