GetDedicatedIpPoolDedicatedIp

data class GetDedicatedIpPoolDedicatedIp(val ip: String, val warmupPercentage: Int, val warmupStatus: String)

Constructors

Link copied to clipboard
constructor(ip: String, warmupPercentage: Int, warmupStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

IPv4 address.

Link copied to clipboard

Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

Link copied to clipboard

The warm-up status of a dedicated IP address. Valid values: IN_PROGRESS, DONE.