GetPublicIpAddressPoolsPool

data class GetPublicIpAddressPoolsPool(val createTime: String, val description: String, val id: String, val ipAddressRemaining: Boolean, val isp: String, val publicIpAddressPoolId: String, val publicIpAddressPoolName: String, val regionId: String, val status: String, val totalIpNum: Int, val usedIpNum: Int, val userType: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, id: String, ipAddressRemaining: Boolean, isp: String, publicIpAddressPoolId: String, publicIpAddressPoolName: String, regionId: String, status: String, totalIpNum: Int, usedIpNum: Int, userType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the Vpc Public Ip Address Pool was created. The time is displayed in YYYY-MM-DDThh:mm:ssZ format.

Link copied to clipboard

The description of the Vpc Public Ip Address Pool.

Link copied to clipboard
val id: String

The ID of the Vpc Public Ip Address Pool.

Link copied to clipboard

Indicates whether the Vpc Public Ip Address Pool has idle IP addresses.

Link copied to clipboard
val isp: String

The Internet service provider.

Link copied to clipboard

The ID of the Vpc Public Ip Address Pool.

Link copied to clipboard

The name of the Vpc Public Ip Address Pool.

Link copied to clipboard

The region ID of the Vpc Public Ip Address Pool.

Link copied to clipboard

The status of the Vpc Public Ip Address Pool.

Link copied to clipboard

The total number of IP addresses in the Vpc Public Ip Address Pool.

Link copied to clipboard

The number of occupied IP addresses in the Vpc Public Ip Address Pool.

Link copied to clipboard

The user type.