GetAcceleratorsAccelerator

data class GetAcceleratorsAccelerator(val acceleratorId: String, val acceleratorName: String, val basicBandwidthPackages: List<GetAcceleratorsAcceleratorBasicBandwidthPackage>, val cenId: String, val crossDomainBandwidthPackages: List<GetAcceleratorsAcceleratorCrossDomainBandwidthPackage>, val ddosId: String, val description: String, val dnsName: String, val expiredTime: Int, val id: String, val paymentType: String, val secondDnsName: String, val spec: String, val status: String)

Constructors

Link copied to clipboard
constructor(acceleratorId: String, acceleratorName: String, basicBandwidthPackages: List<GetAcceleratorsAcceleratorBasicBandwidthPackage>, cenId: String, crossDomainBandwidthPackages: List<GetAcceleratorsAcceleratorCrossDomainBandwidthPackage>, ddosId: String, description: String, dnsName: String, expiredTime: Int, id: String, paymentType: String, secondDnsName: String, spec: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GA instance to query.

Link copied to clipboard

The Name of the GA instance.

Link copied to clipboard

Details of the basic bandwidth package bound to the global acceleration instance.

Link copied to clipboard

The cloud enterprise network instance ID bound to the global acceleration instance.

Link copied to clipboard

Details of the cross-domain acceleration package bound to the global acceleration instance.

Link copied to clipboard

DDoS high-defense instance ID that is unbound from the global acceleration instance.

Link copied to clipboard

Descriptive information of the global acceleration instance.

Link copied to clipboard

CNAME address assigned by Global Acceleration instance.

Link copied to clipboard

Time when the global acceleration instance expires.

Link copied to clipboard
val id: String

The ID of the Accelerator.

Link copied to clipboard

The billing method of the GA instance. Valid values: POSTPAY, PREPAY.

Link copied to clipboard

CNAME of the Global Acceleration Linkage DDoS High Defense Instance.

Link copied to clipboard

The instance type of the GA instance.

Link copied to clipboard

The status of the GA instance. Valid values: active, binding, configuring, deleting, finacialLocked, init, unbinding.