GetManagedDiskResult

data class GetManagedDiskResult(val createOption: String, val diskAccessId: String, val diskEncryptionSetId: String, val diskIopsReadWrite: Int, val diskMbpsReadWrite: Int, val diskSizeGb: Int, val encryptionSettings: List<GetManagedDiskEncryptionSetting>, val id: String, val imageReferenceId: String, val name: String, val networkAccessPolicy: String, val osType: String, val resourceGroupName: String, val sourceResourceId: String, val sourceUri: String, val storageAccountId: String, val storageAccountType: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getManagedDisk.

Constructors

Link copied to clipboard
constructor(createOption: String, diskAccessId: String, diskEncryptionSetId: String, diskIopsReadWrite: Int, diskMbpsReadWrite: Int, diskSizeGb: Int, encryptionSettings: List<GetManagedDiskEncryptionSetting>, id: String, imageReferenceId: String, name: String, networkAccessPolicy: String, osType: String, resourceGroupName: String, sourceResourceId: String, sourceUri: String, storageAccountId: String, storageAccountType: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The ID of the disk access resource for using private endpoints on disks.

Link copied to clipboard

The ID of the Disk Encryption Set used to encrypt this Managed Disk.

Link copied to clipboard

The number of IOPS allowed for this disk, where one operation can transfer between 4k and 256k bytes.

Link copied to clipboard

The bandwidth allowed for this disk.

Link copied to clipboard

The size of the Managed Disk in gigabytes.

Link copied to clipboard

A encryption_settings block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the source image used for creating this Managed Disk.

Link copied to clipboard
Link copied to clipboard

Policy for accessing the disk via network.

Link copied to clipboard

The operating system used for this Managed Disk.

Link copied to clipboard
Link copied to clipboard

The ID of an existing Managed Disk which this Disk was created from.

Link copied to clipboard

The Source URI for this Managed Disk.

Link copied to clipboard

The ID of the Storage Account where the source_uri is located.

Link copied to clipboard

The storage account type for the Managed Disk.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

A list of Availability Zones where the Managed Disk exists.