Class CfnIPAMPoolCidrProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPoolCidrProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPoolCidrProps
@Stability(Stable)
@Internal
public static final class CfnIPAMPoolCidrProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMPoolCidrProps
An implementation for
CfnIPAMPoolCidrProps-
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.CfnIPAMPoolCidrProps
CfnIPAMPoolCidrProps.Builder, CfnIPAMPoolCidrProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPAMPoolCidrProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMPoolCidrProps.Builder.protectedJsii$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 theCfnIPAMPoolCidrProps.Builder.
-
-
Method Details
-
getIpamPoolId
Description copied from interface:CfnIPAMPoolCidrPropsThe ID of the IPAM pool.- Specified by:
getIpamPoolIdin interfaceCfnIPAMPoolCidrProps- See Also:
-
getCidr
Description copied from interface:CfnIPAMPoolCidrPropsThe 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:
getCidrin interfaceCfnIPAMPoolCidrProps- See Also:
-
getNetmaskLength
Description copied from interface:CfnIPAMPoolCidrPropsThe netmask length of the CIDR you'd like to provision to a pool.Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.
- Specified by:
getNetmaskLengthin interfaceCfnIPAMPoolCidrProps- 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()
-