Class CfnIPAMPool.ProvisionedCidrProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMPool.ProvisionedCidrProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPool.ProvisionedCidrProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPool.ProvisionedCidrProperty
@Stability(Stable)
@Internal
public static final class CfnIPAMPool.ProvisionedCidrProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMPool.ProvisionedCidrProperty
An implementation for
CfnIPAMPool.ProvisionedCidrProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnIPAMPool.ProvisionedCidrProperty
CfnIPAMPool.ProvisionedCidrProperty.Builder, CfnIPAMPool.ProvisionedCidrProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIPAMPool.ProvisionedCidrProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnIPAMPool.ProvisionedCidrProperty.Builder
.
-
-
Method Details
-
getCidr
Description copied from interface:CfnIPAMPool.ProvisionedCidrProperty
The CIDR provisioned to the IPAM pool.A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is
10.24.34.0/23
. An IPv6 CIDR example is2001:DB8::/32
.- Specified by:
getCidr
in interfaceCfnIPAMPool.ProvisionedCidrProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-