DiskInstanceViewResponse

data class DiskInstanceViewResponse(val encryptionSettings: List<DiskEncryptionSettingsResponse>? = null, val name: String? = null, val statuses: List<InstanceViewStatusResponse>? = null)

The instance view of the disk.

Constructors

Link copied to clipboard
constructor(encryptionSettings: List<DiskEncryptionSettingsResponse>? = null, name: String? = null, statuses: List<InstanceViewStatusResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the encryption settings for the OS Disk.

Minimum api-version: 2015-06-15

Link copied to clipboard
val name: String? = null

The disk name.

Link copied to clipboard

The resource status information.