IpamIpamPool

class IpamIpamPool : KotlinCustomResource

Provides a Vpc Ipam Ipam Pool resource. IP Address Management Pool. For information about Vpc Ipam Ipam Pool and how to use it, see What is Ipam Pool.

NOTE: Available since v1.234.0.

Import

Vpc Ipam Ipam Pool can be imported using the id, e.g.

$ pulumi import alicloud:vpc/ipamIpamPool:IpamIpamPool example <id>

Properties

Link copied to clipboard

The default network mask assigned by the IPAM address pool. IPv4 network mask value range: 0 to 32 bits.

Link copied to clipboard

The maximum network mask assigned by the IPAM address pool. IPv4 network mask value range: 0 to 32 bits.

Link copied to clipboard

The minimum Network mask assigned by the IPAM address pool. IPv4 network mask value range: 0 to 32 bits.

Link copied to clipboard
val autoImport: Output<Boolean>?

Whether the automatic import function is enabled for the address pool.

Link copied to clipboard

Whether to clear the default network mask of the IPAM address pool. Value:

Link copied to clipboard
val createTime: Output<String>

The creation time of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The description of the IPAM address pool. It must be 2 to 256 characters in length and must start with an English letter or a Chinese character, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.

Link copied to clipboard
val ipamPoolName: Output<String>

The name of the resource.

Link copied to clipboard
val ipamScopeId: Output<String>

Ipam scope id.

Link copied to clipboard
val ipVersion: Output<String>

The IP protocol version. Currently, only IPv4 is supported * *.

Link copied to clipboard
val poolRegionId: Output<String>?

The effective region of the IPAM address pool.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val regionId: Output<String>

The ID of the IPAM hosting region.

Link copied to clipboard
val resourceGroupId: Output<String>

The ID of the resource group.

Link copied to clipboard

The instance ID of the source IPAM address pool.

Link copied to clipboard
val status: Output<String>

The status of the resource.

Link copied to clipboard
val tags: Output<Map<String, String>>?

The tag of the resource.

Link copied to clipboard
val urn: Output<String>