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 gatewayOperationDetails: GatewayOperationDetailsResponse, val isOSDisk: String, val logStorageAccountId: String, val logStorageAccountSasSecretName: String, val sectorSizeInBytes: Int? = null, 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, gatewayOperationDetails: GatewayOperationDetailsResponse, isOSDisk: String, logStorageAccountId: String, logStorageAccountSasSecretName: String, sectorSizeInBytes: Int? = null, 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
A value indicating the gateway operation details.
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 logical sector size (in bytes), 512 by default.
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.