Get Disks Result
data class GetDisksResult(val additionalAttributes: List<String>? = null, val autoSnapshotPolicyId: String? = null, val availabilityZone: String? = null, val category: String? = null, val deleteAutoSnapshot: Boolean? = null, val deleteWithInstance: Boolean? = null, val diskName: String? = null, val diskType: String? = null, val disks: List<GetDisksDisk>, val dryRun: Boolean? = null, val enableAutoSnapshot: Boolean? = null, val enableAutomatedSnapshotPolicy: Boolean? = null, val enableShared: Boolean? = null, val encrypted: String? = null, val id: String, val ids: List<String>, val instanceId: String? = null, val kmsKeyId: String? = null, val nameRegex: String? = null, val names: List<String>, val operationLocks: List<GetDisksOperationLock>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val paymentType: String? = null, val portable: Boolean? = null, val resourceGroupId: String? = null, val snapshotId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val totalCount: Int, val type: String? = null, val zoneId: String? = null)
A collection of values returned by getDisks.
Constructors
Link copied to clipboard
constructor(additionalAttributes: List<String>? = null, autoSnapshotPolicyId: String? = null, availabilityZone: String? = null, category: String? = null, deleteAutoSnapshot: Boolean? = null, deleteWithInstance: Boolean? = null, diskName: String? = null, diskType: String? = null, disks: List<GetDisksDisk>, dryRun: Boolean? = null, enableAutoSnapshot: Boolean? = null, enableAutomatedSnapshotPolicy: Boolean? = null, enableShared: Boolean? = null, encrypted: String? = null, id: String, ids: List<String>, instanceId: String? = null, kmsKeyId: String? = null, nameRegex: String? = null, names: List<String>, operationLocks: List<GetDisksOperationLock>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, paymentType: String? = null, portable: Boolean? = null, resourceGroupId: String? = null, snapshotId: String? = null, status: String? = null, tags: Map<String, String>? = null, totalCount: Int, type: String? = null, zoneId: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Availability zone of the disk.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of disks. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
ID of the related instance. It is null
unless the status
is In_use
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Id of resource group.
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