Get Instances Instance
data class GetInstancesInstance(val autoRenew: String, val cpuNumber: String, val diskCategory: String, val engineType: String, val expiredTime: Int, val id: String, val instanceAlias: String, val instanceClass: String, val instanceId: String, val instanceStorage: String, val memorySize: String, val networkType: String, val paymentType: String, val status: String, val vpcConnectionAddress: String, val vpcId: String, val vswitchId: String, val zoneId: String)
Constructors
Link copied to clipboard
constructor(autoRenew: String, cpuNumber: String, diskCategory: String, engineType: String, expiredTime: Int, id: String, instanceAlias: String, instanceClass: String, instanceId: String, instanceStorage: String, memorySize: String, networkType: String, paymentType: String, status: String, vpcConnectionAddress: String, vpcId: String, vswitchId: String, zoneId: String)
Properties
Link copied to clipboard
The disk type of instance. cloud_ssd
refers to SSD disk, cloud_efficiency
refers to efficiency disk,cloud_essd refers to ESSD PL1 disk.
Link copied to clipboard
The engine type of instance. Enumerative: tsdb_tsdb
refers to TSDB, tsdb_influxdb
refers to TSDB for InfluxDB️.
Link copied to clipboard
Instance expiration time.
Link copied to clipboard
The alias of the instance.
Link copied to clipboard
The specification of the instance.
Link copied to clipboard
The ID of the instance.
Link copied to clipboard
The storage capacity of the instance. Unit: GB. For example, the value 50 indicates 50 GB.
Link copied to clipboard
The memory size of instance.
Link copied to clipboard
Instance network type.
Link copied to clipboard
The billing method. Valid values: PayAsYouGo
and Subscription
. The PayAsYouGo
value indicates the pay-as-you-go method, and the Subscription
value indicates the subscription method.
Link copied to clipboard
The vpc connection address of instance.