GetPublicIpAddressPoolCidrBlocksBlock

data class GetPublicIpAddressPoolCidrBlocksBlock(val cidrBlock: String, val createTime: String, val id: String, val publicIpAddressPoolId: String, val status: String, val totalIpNum: Int, val usedIpNum: Int)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, createTime: String, id: String, publicIpAddressPoolId: String, status: String, totalIpNum: Int, usedIpNum: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR block.

Link copied to clipboard

The time when the CIDR block was created. The time is displayed in YYYY-MM-DDThh:mm:ssZ format.

Link copied to clipboard
val id: String

The ID of the Public Ip Address Pool Cidr Block.

Link copied to clipboard

The ID of the Vpc Public IP address pool.

Link copied to clipboard

The status of the CIDR block in the Vpc Public IP address pool. Valid values: Created, Modifying, Deleting.

Link copied to clipboard

The number of occupied IP addresses in the CIDR block.

Link copied to clipboard

The total number of available IP addresses in the CIDR block.