GetEcsDisksDisk

data class GetEcsDisksDisk(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 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<GetEcsDisksDiskMountInstance>, val name: String, val operationLocks: List<GetEcsDisksDiskOperationLock>, 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, Any>, val type: String, val zoneId: String)

Constructors

Link copied to clipboard
fun GetEcsDisksDisk(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, expiredTime: String, id: String, imageId: String, instanceId: String, iops: Int, iopsRead: Int, iopsWrite: Int, kmsKeyId: String, mountInstanceNum: Int, mountInstances: List<GetEcsDisksDiskMountInstance>, name: String, operationLocks: List<GetEcsDisksDiskOperationLock>, paymentType: String, performanceLevel: String, portable: Boolean, productCode: String, regionId: String, resourceGroupId: String, size: Int, snapshotId: String, status: String, tags: Map<String, Any>, type: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A mount of time.

Link copied to clipboard

Query cloud disks based on the automatic snapshot policy ID.

Link copied to clipboard

Availability zone of the disk.

Link copied to clipboard

Disk category.

Link copied to clipboard

Disk creation time.

Link copied to clipboard

Indicates whether the automatic snapshot is deleted when the disk is released.

Link copied to clipboard

Indicates whether the disk is released together with the instance.

Link copied to clipboard

Disk description.

Link copied to clipboard

Disk detachment time.

Link copied to clipboard

The mount point of the disk.

Link copied to clipboard

ID of the disk.

Link copied to clipboard

The disk name.

Link copied to clipboard

The disk type.

Link copied to clipboard

Whether the disk implements an automatic snapshot policy.

Link copied to clipboard

Whether the disk implements an automatic snapshot policy.

Link copied to clipboard

Indicate whether the disk is encrypted or not.

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

The instance ID of the disk mount.

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

The kms key id.

Link copied to clipboard

Number of instances mounted on shared storage.

Link copied to clipboard
Link copied to clipboard

Disk name.

Link copied to clipboard

Payment method for disk.

Link copied to clipboard

Performance levels of ESSD cloud disk.

Link copied to clipboard

Whether the disk is unmountable.

Link copied to clipboard

The product logo of the cloud market.

Link copied to clipboard

Region ID the disk belongs to.

Link copied to clipboard

The Id of resource group.

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.

Link copied to clipboard

A map of tags assigned to the disk.

Link copied to clipboard

Disk type.

Link copied to clipboard

The zone id.