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