Class CfnIPAMPoolMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPoolMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPoolMixinProps
CfnIPAMPoolMixinProps-
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.CfnIPAMPoolMixinProps
CfnIPAMPoolMixinProps.Builder, CfnIPAMPoolMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPAMPoolMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMPoolMixinProps.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 theCfnIPAMPoolMixinProps.Builder.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnIPAMPoolMixinPropsThe address family of the pool.- Specified by:
getAddressFamilyin interfaceCfnIPAMPoolMixinProps- See Also:
-
getAllocationDefaultNetmaskLength
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getAllocationMaxNetmaskLength
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getAllocationMinNetmaskLength
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getAllocationResourceTags
Description copied from interface:CfnIPAMPoolMixinPropsTags 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getAutoImport
Description copied from interface:CfnIPAMPoolMixinPropsIf 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getAwsService
Description copied from interface:CfnIPAMPoolMixinPropsLimits 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getDescription
Description copied from interface:CfnIPAMPoolMixinPropsThe description of the IPAM pool.- Specified by:
getDescriptionin interfaceCfnIPAMPoolMixinProps- See Also:
-
getIpamScopeId
Description copied from interface:CfnIPAMPoolMixinPropsThe ID of the scope in which you would like to create the IPAM pool.- Specified by:
getIpamScopeIdin interfaceCfnIPAMPoolMixinProps- See Also:
-
getLocale
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getProvisionedCidrs
Description copied from interface:CfnIPAMPoolMixinPropsInformation about the CIDRs provisioned to an IPAM pool.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPAMPoolPropsMixin.ProvisionedCidrProperty>- Specified by:
getProvisionedCidrsin interfaceCfnIPAMPoolMixinProps- See Also:
-
getPublicIpSource
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getPubliclyAdvertisable
Description copied from interface:CfnIPAMPoolMixinPropsDetermines 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 interfaceCfnIPAMPoolMixinProps- See Also:
-
getSourceIpamPoolId
Description copied from interface:CfnIPAMPoolMixinPropsThe ID of the source IPAM pool.You can use this option to create an IPAM pool within an existing source pool.
- Specified by:
getSourceIpamPoolIdin interfaceCfnIPAMPoolMixinProps- See Also:
-
getSourceResource
Description copied from interface:CfnIPAMPoolMixinPropsThe resource used to provision CIDRs to a resource planning pool.Returns union: either
IResolvableorCfnIPAMPoolPropsMixin.SourceResourceProperty- Specified by:
getSourceResourcein interfaceCfnIPAMPoolMixinProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPoolMixinPropsThe 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 interfaceCfnIPAMPoolMixinProps- 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()
-