VpcIpamPoolCidrAllocationState class

Input properties used for looking up and filtering VpcIpamPoolCidrAllocation resources.

Constructors

VpcIpamPoolCidrAllocationState({Input<String?>? cidr, Input<String?>? description, Input<List<String>?>? disallowedCidrs, Input<String?>? ipamPoolAllocationId, Input<String?>? ipamPoolId, Input<int?>? netmaskLength, Input<String?>? region, Input<String?>? resourceId, Input<String?>? resourceOwner, Input<String?>? resourceType, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new VpcIpamPoolCidrAllocationState. cidr The CIDR you want to assign to the pool. description The description for the allocation. disallowedCidrs Exclude a particular CIDR range from being returned by the pool. ipamPoolAllocationId Optional. ipamPoolId The ID of the pool to which you want to assign a CIDR. netmaskLength The netmask length of the CIDR you would like to allocate to the IPAM pool. Valid Values: 0-128. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. resourceId The ID of the resource. resourceOwner The owner of the resource. resourceType The type of the resource. tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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
tags → Input<Map<String, String>?>?
Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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