VMware Cbt Protected Disk Details Response
data class VMwareCbtProtectedDiskDetailsResponse(val capacityInBytes: Double, val diskEncryptionSetId: String, val diskId: String, val diskName: String, val diskPath: String, val diskType: String? = null, val isOSDisk: String, val logStorageAccountId: String, val logStorageAccountSasSecretName: String, val seedBlobUri: String, val seedManagedDiskId: String, val targetBlobUri: String, val targetDiskName: String? = null, val targetManagedDiskId: String)
VMwareCbt protected disk details.
Constructors
Link copied to clipboard
constructor(capacityInBytes: Double, diskEncryptionSetId: String, diskId: String, diskName: String, diskPath: String, diskType: String? = null, isOSDisk: String, logStorageAccountId: String, logStorageAccountSasSecretName: String, seedBlobUri: String, seedManagedDiskId: String, targetBlobUri: String, targetDiskName: String? = null, targetManagedDiskId: String)
Properties
Link copied to clipboard
The disk capacity in bytes.
Link copied to clipboard
The DiskEncryptionSet ARM Id.
Link copied to clipboard
The log storage account ARM Id.
Link copied to clipboard
The key vault secret name of the log storage account.
Link copied to clipboard
The uri of the seed blob.
Link copied to clipboard
The ARM Id of the seed managed disk.
Link copied to clipboard
The uri of the target blob.
Link copied to clipboard
The name for the target managed disk.
Link copied to clipboard
The ARM Id of the target managed disk.