GetServerDisksDisk

data class GetServerDisksDisk(val category: String, val createTime: String, val device: String, val diskId: String, val diskName: String, val diskType: String, val id: String, val instanceId: String, val paymentType: String, val size: Int, val status: String)

Constructors

Link copied to clipboard
constructor(category: String, createTime: String, device: String, diskId: String, diskName: String, diskType: String, id: String, instanceId: String, paymentType: String, size: Int, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk type. Possible values: ESSD, SSD.

Link copied to clipboard

The time when the disk was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The device name of the disk on the simple application server.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The type of the disk. Possible values: System, Data.

Link copied to clipboard
val id: String

The ID of the Disk.

Link copied to clipboard

Alibaba Cloud simple application server instance ID.

Link copied to clipboard

The payment type of the resource. Valid values: PayAsYouGo, Subscription.

Link copied to clipboard
val size: Int

The size of the disk. Unit: GB.

Link copied to clipboard

The status of the disk. Valid values: ReIniting, Creating, In_Use, Available, Attaching, Detaching.