Package version:

VMwareCbt disk input for update.

interface VMwareCbtUpdateDiskInput {
    diskId: string;
    isOSDisk?: string;
    targetDiskName?: string;
}

Properties

diskId: string

The disk Id.

isOSDisk?: string

A value indicating whether the disk is the OS disk.

targetDiskName?: string

The target disk name.