GetIpamIpamPoolAllocationsAllocation

data class GetIpamIpamPoolAllocationsAllocation(val cidr: String, val createTime: String, val id: String, val ipamPoolAllocationDescription: String, val ipamPoolAllocationId: String, val ipamPoolAllocationName: String, val ipamPoolId: String, val regionId: String, val resourceId: String, val resourceOwnerId: Int, val resourceRegionId: String, val resourceType: String, val sourceCidr: String, val status: String, val totalCount: Int)

Constructors

Link copied to clipboard
constructor(cidr: String, createTime: String, id: String, ipamPoolAllocationDescription: String, ipamPoolAllocationId: String, ipamPoolAllocationName: String, ipamPoolId: String, regionId: String, resourceId: String, resourceOwnerId: Int, resourceRegionId: String, resourceType: String, sourceCidr: String, status: String, totalCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allocated address segment.

Link copied to clipboard

Instance creation time.

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The description of the ipam pool alloctaion.It must be 1 to 256 characters in length and must start with an English letter or 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

The instance ID of the ipam pool allocation.

Link copied to clipboard

The name of the ipam pool allocation.It must be 1 to 128 characters in length and cannot start with 'http:// 'or 'https.

Link copied to clipboard

The ID of the IPAM Pool.

Link copied to clipboard

When the IPAM Pool to which CIDR is allocated has the region attribute, this attribute is the IPAM Pool region.When the IPAM Pool to which CIDR is allocated does not have the region attribute, this attribute is the IPAM region.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The ID of the Alibaba Cloud account (primary account) to which the resource belongs.

Link copied to clipboard

The region of the resource.

Link copied to clipboard

The type of resource. Value:-VPC: indicates that the resource type is VPC.-IpamPool: indicates that the resource type is a child address pool.-Custom: indicates that the resource type is a Custom reserved CIDR block.

Link copied to clipboard

The source address segment.

Link copied to clipboard

The status of the instance. Value:-Created: indicates that the creation is complete.

Link copied to clipboard

Total number of records.