Class CfnRouteServerPeerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteServerPeerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouteServerPeerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouteServerPeerMixinProps
@Stability(Stable)
@Internal
public static final class CfnRouteServerPeerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouteServerPeerMixinProps
An implementation for
CfnRouteServerPeerMixinProps-
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.cfnpropertymixins.services.ec2.CfnRouteServerPeerMixinProps
CfnRouteServerPeerMixinProps.Builder, CfnRouteServerPeerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouteServerPeerMixinProps.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 ObjectThe BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.final StringThe IPv4 address of the peer device.final StringThe ID of the route server endpoint associated with this peer.getTags()Any tags assigned to the route server peer.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 theCfnRouteServerPeerMixinProps.Builder.
-
-
Method Details
-
getBgpOptions
Description copied from interface:CfnRouteServerPeerMixinPropsThe BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.Returns union: either
IResolvableorCfnRouteServerPeerPropsMixin.BgpOptionsProperty- Specified by:
getBgpOptionsin interfaceCfnRouteServerPeerMixinProps- See Also:
-
getPeerAddress
Description copied from interface:CfnRouteServerPeerMixinPropsThe IPv4 address of the peer device.- Specified by:
getPeerAddressin interfaceCfnRouteServerPeerMixinProps- See Also:
-
getRouteServerEndpointId
Description copied from interface:CfnRouteServerPeerMixinPropsThe ID of the route server endpoint associated with this peer.- Specified by:
getRouteServerEndpointIdin interfaceCfnRouteServerPeerMixinProps- See Also:
-
getTags
Description copied from interface:CfnRouteServerPeerMixinPropsAny tags assigned to the route server peer.- Specified by:
getTagsin interfaceCfnRouteServerPeerMixinProps- 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()
-