Class CfnIPAMPoolProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPoolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPoolProps
CfnIPAMPoolProps-
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.CfnIPAMPoolProps
CfnIPAMPoolProps.Builder, CfnIPAMPoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPAMPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMPoolProps.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 address family of the pool.final NumberThe default netmask length for allocations added to this pool.final NumberThe maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.final NumberThe minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.final ObjectTags that are required for resources that use CIDRs from this IPAM pool.final ObjectIf selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.final StringLimits which service in AWS that the pool can be used in.final StringThe description of the IPAM pool.final StringThe ID of the scope in which you would like to create the IPAM pool.final StringThe locale of the IPAM pool.final ObjectInformation about the CIDRs provisioned to an IPAM pool.final StringThe IP address source for pools in the public scope.final ObjectDetermines if a pool is publicly advertisable.final StringThe ID of the source IPAM pool.final ObjectThe resource used to provision CIDRs to a resource planning pool.getTags()The key/value combination of a tag assigned to the resource.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 theCfnIPAMPoolProps.Builder.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnIPAMPoolPropsThe address family of the pool.- Specified by:
getAddressFamilyin interfaceCfnIPAMPoolProps- See Also:
-
getIpamScopeId
Description copied from interface:CfnIPAMPoolPropsThe ID of the scope in which you would like to create the IPAM pool.- Specified by:
getIpamScopeIdin interfaceCfnIPAMPoolProps- See Also:
-
getAllocationDefaultNetmaskLength
Description copied from interface:CfnIPAMPoolPropsThe default netmask length for allocations added to this pool.If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.
- Specified by:
getAllocationDefaultNetmaskLengthin interfaceCfnIPAMPoolProps- See Also:
-
getAllocationMaxNetmaskLength
Description copied from interface:CfnIPAMPoolPropsThe maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
- Specified by:
getAllocationMaxNetmaskLengthin interfaceCfnIPAMPoolProps- See Also:
-
getAllocationMinNetmaskLength
Description copied from interface:CfnIPAMPoolPropsThe minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
- Specified by:
getAllocationMinNetmaskLengthin interfaceCfnIPAMPoolProps- See Also:
-
getAllocationResourceTags
Description copied from interface:CfnIPAMPoolPropsTags that are required for resources that use CIDRs from this IPAM pool.Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTag>- Specified by:
getAllocationResourceTagsin interfaceCfnIPAMPoolProps- See Also:
-
getAutoImport
Description copied from interface:CfnIPAMPoolPropsIf selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
A locale must be set on the pool for this feature to work.
Returns union: either
BooleanorIResolvable- Specified by:
getAutoImportin interfaceCfnIPAMPoolProps- See Also:
-
getAwsService
Description copied from interface:CfnIPAMPoolPropsLimits which service in AWS that the pool can be used in."ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
- Specified by:
getAwsServicein interfaceCfnIPAMPoolProps- See Also:
-
getDescription
Description copied from interface:CfnIPAMPoolPropsThe description of the IPAM pool.- Specified by:
getDescriptionin interfaceCfnIPAMPoolProps- See Also:
-
getLocale
Description copied from interface:CfnIPAMPoolPropsThe locale of the IPAM pool.The locale for the pool should be one of the following:
- An AWS Region where you want this IPAM pool to be available for allocations.
- The network border group for an AWS Local Zone where you want this IPAM pool to be available for allocations ( supported Local Zones ). This option is only available for IPAM IPv4 pools in the public scope.
If you choose an AWS Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
- Specified by:
getLocalein interfaceCfnIPAMPoolProps- See Also:
-
getProvisionedCidrs
Description copied from interface:CfnIPAMPoolPropsInformation about the CIDRs provisioned to an IPAM pool.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPAMPool.ProvisionedCidrProperty>- Specified by:
getProvisionedCidrsin interfaceCfnIPAMPoolProps- See Also:
-
getPublicIpSource
Description copied from interface:CfnIPAMPoolPropsThe IP address source for pools in the public scope.Only used for provisioning IP address CIDRs to pools in the public scope. Default is
BYOIP. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide . By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide .- Specified by:
getPublicIpSourcein interfaceCfnIPAMPoolProps- See Also:
-
getPubliclyAdvertisable
Description copied from interface:CfnIPAMPoolPropsDetermines if a pool is publicly advertisable.This option is not available for pools with AddressFamily set to
ipv4.Returns union: either
BooleanorIResolvable- Specified by:
getPubliclyAdvertisablein interfaceCfnIPAMPoolProps- See Also:
-
getSourceIpamPoolId
Description copied from interface:CfnIPAMPoolPropsThe ID of the source IPAM pool.You can use this option to create an IPAM pool within an existing source pool.
- Specified by:
getSourceIpamPoolIdin interfaceCfnIPAMPoolProps- See Also:
-
getSourceResource
Description copied from interface:CfnIPAMPoolPropsThe resource used to provision CIDRs to a resource planning pool.Returns union: either
IResolvableorCfnIPAMPool.SourceResourceProperty- Specified by:
getSourceResourcein interfaceCfnIPAMPoolProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPoolPropsThe key/value combination of a tag assigned to the resource.Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key
Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.- Specified by:
getTagsin interfaceCfnIPAMPoolProps- 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()
-