VpcIpamPoolCidrAllocationState class
Input properties used for looking up and filtering VpcIpamPoolCidrAllocation resources.
Constructors
-
VpcIpamPoolCidrAllocationState({Input<
String?> ? cidr, Input<String?> ? description, Input<List< ? disallowedCidrs, Input<String> ?>String?> ? ipamPoolAllocationId, Input<String?> ? ipamPoolId, Input<int?> ? netmaskLength, Input<String?> ? region, Input<String?> ? resourceId, Input<String?> ? resourceOwner, Input<String?> ? resourceType, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new VpcIpamPoolCidrAllocationState.
cidrThe CIDR you want to assign to the pool.descriptionThe description for the allocation.disallowedCidrsExclude a particular CIDR range from being returned by the pool.ipamPoolAllocationIdOptional.ipamPoolIdThe ID of the pool to which you want to assign a CIDR.netmaskLengthThe netmask length of the CIDR you would like to allocate to the IPAM pool. Valid Values:0-128.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.resourceIdThe ID of the resource.resourceOwnerThe owner of the resource.resourceTypeThe type of the resource.tagsMap of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
VpcIpamPoolCidrAllocationState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cidr
→ Input<
String?> ? -
The CIDR you want to assign to the pool.
final
-
description
→ Input<
String?> ? -
The description for the allocation.
final
-
disallowedCidrs
→ Input<
List< ?String> ?> -
Exclude a particular CIDR range from being returned by the pool.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ipamPoolAllocationId
→ Input<
String?> ? -
final
-
ipamPoolId
→ Input<
String?> ? -
The ID of the pool to which you want to assign a CIDR.
final
-
netmaskLength
→ Input<
int?> ? -
The netmask length of the CIDR you would like to allocate to the IPAM pool. Valid Values:
0-128.final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
resourceId
→ Input<
String?> ? -
The ID of the resource.
final
-
resourceOwner
→ Input<
String?> ? -
The owner of the resource.
final
-
resourceType
→ Input<
String?> ? -
The type of the resource.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited