GetDisksDisk

data class GetDisksDisk(val attachedTime: String, val autoSnapshotPolicyId: String, val availabilityZone: String, val category: String, val creationTime: String, val deleteAutoSnapshot: Boolean, val deleteWithInstance: Boolean, val description: String, val detachedTime: String, val device: String, val diskId: String, val diskName: String, val diskType: String, val enableAutoSnapshot: Boolean, val enableAutomatedSnapshotPolicy: Boolean, val encrypted: String, val expirationTime: String, val expiredTime: String, val id: String, val imageId: String, val instanceId: String, val iops: Int, val iopsRead: Int, val iopsWrite: Int, val kmsKeyId: String, val mountInstanceNum: Int, val mountInstances: List<GetDisksDiskMountInstance>, val name: String, val operationLocks: List<GetDisksDiskOperationLock>, val paymentType: String, val performanceLevel: String, val portable: Boolean, val productCode: String, val regionId: String, val resourceGroupId: String, val size: Int, val snapshotId: String, val status: String, val tags: Map<String, String>, val type: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(attachedTime: String, autoSnapshotPolicyId: String, availabilityZone: String, category: String, creationTime: String, deleteAutoSnapshot: Boolean, deleteWithInstance: Boolean, description: String, detachedTime: String, device: String, diskId: String, diskName: String, diskType: String, enableAutoSnapshot: Boolean, enableAutomatedSnapshotPolicy: Boolean, encrypted: String, expirationTime: String, expiredTime: String, id: String, imageId: String, instanceId: String, iops: Int, iopsRead: Int, iopsWrite: Int, kmsKeyId: String, mountInstanceNum: Int, mountInstances: List<GetDisksDiskMountInstance>, name: String, operationLocks: List<GetDisksDiskOperationLock>, paymentType: String, performanceLevel: String, portable: Boolean, productCode: String, regionId: String, resourceGroupId: String, size: Int, snapshotId: String, status: String, tags: Map<String, String>, type: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk attachment time.

Link copied to clipboard
Link copied to clipboard

Availability zone of the disk.

Link copied to clipboard

Disk category. Possible values: cloud (basic cloud disk), cloud_efficiency (ultra cloud disk), ephemeral_ssd (local SSD cloud disk), cloud_ssd (SSD cloud disk), and cloud_essd (ESSD cloud disk), cloud_essd_entry.

Link copied to clipboard

Disk creation time.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Disk description.

Link copied to clipboard

Disk detachment time.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicate whether the disk is encrypted or not. Possible values: on and off.

Link copied to clipboard

Disk expiration time.

Link copied to clipboard
Link copied to clipboard
val id: String

ID of the disk.

Link copied to clipboard

ID of the image from which the disk is created. It is null unless the disk is created using an image.

Link copied to clipboard

Filter the results by the specified ECS instance ID.

Link copied to clipboard
val iops: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Disk name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Region ID the disk belongs to.

Link copied to clipboard

The Id of resource group which the disk belongs.

Link copied to clipboard
val size: Int

Disk size in GiB.

Link copied to clipboard

Snapshot used to create the disk. It is null if no snapshot is used to create the disk.

Link copied to clipboard

Current status. Possible values: In_use, Available, Attaching, Detaching, Creating and ReIniting.

Link copied to clipboard

A map of tags assigned to the disks. It must be in the format:

Link copied to clipboard

Disk type. Possible values: system and data.

Link copied to clipboard