GetIpSetsSet

data class GetIpSetsSet(val accelerateRegionId: String, val bandwidth: Int, val id: String, val ipAddressLists: List<String>, val ipSetId: String, val ipVersion: String, val status: String)

Constructors

Link copied to clipboard
constructor(accelerateRegionId: String, bandwidth: Int, id: String, ipAddressLists: List<String>, ipSetId: String, ipVersion: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of an acceleration region.

Link copied to clipboard

The bandwidth allocated to the acceleration region.

Link copied to clipboard
val id: String

The ID of the Ip Set.

Link copied to clipboard

The list of accelerated IP addresses in the acceleration region.

Link copied to clipboard

Accelerated area ID.

Link copied to clipboard

The IP protocol used by the GA instance.

Link copied to clipboard

The status of the acceleration region. Valid values: active, deleting, init, updating.