Package version:

VMwareCbt protected disk details.

interface VMwareCbtProtectedDiskDetails {
    capacityInBytes?: number;
    diskEncryptionSetId?: string;
    diskId?: string;
    diskName?: string;
    diskPath?: string;
    diskType?: string;
    gatewayOperationDetails?: GatewayOperationDetails;
    isOSDisk?: string;
    logStorageAccountId?: string;
    logStorageAccountSasSecretName?: string;
    sectorSizeInBytes?: number;
    seedBlobUri?: string;
    seedManagedDiskId?: string;
    targetBlobUri?: string;
    targetDiskName?: string;
    targetManagedDiskId?: string;
}

Properties

capacityInBytes?: number

The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

diskEncryptionSetId?: string

The DiskEncryptionSet ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

diskId?: string

The disk id. NOTE: This property will not be serialized. It can only be populated by the server.

diskName?: string

The disk name. NOTE: This property will not be serialized. It can only be populated by the server.

diskPath?: string

The disk path. NOTE: This property will not be serialized. It can only be populated by the server.

diskType?: string

The disk type.

gatewayOperationDetails?: GatewayOperationDetails

A value indicating the gateway operation details. NOTE: This property will not be serialized. It can only be populated by the server.

isOSDisk?: string

A value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server.

logStorageAccountId?: string

The log storage account ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

logStorageAccountSasSecretName?: string

The key vault secret name of the log storage account. NOTE: This property will not be serialized. It can only be populated by the server.

sectorSizeInBytes?: number

The logical sector size (in bytes), 512 by default.

seedBlobUri?: string

The uri of the seed blob. NOTE: This property will not be serialized. It can only be populated by the server.

seedManagedDiskId?: string

The ARM Id of the seed managed disk. NOTE: This property will not be serialized. It can only be populated by the server.

targetBlobUri?: string

The uri of the target blob. NOTE: This property will not be serialized. It can only be populated by the server.

targetDiskName?: string

The name for the target managed disk.

targetManagedDiskId?: string

The ARM Id of the target managed disk. NOTE: This property will not be serialized. It can only be populated by the server.