ReplicatedDiskInfo

ReplicatedDiskInfo
ReplicatedDiskInfo

Represents information related to a replicated disk.

JSON Example
{
    "baseName": "disk1.vmdk",
    "capacityBytes": 5120,
    "diskKey": 2000,
    "diskType": "THIN",
    "isReplicated": true,
    "isSeed": true,
    "spaceRequirement": 0,
    "uuid": "80085b9c-fdf9-496f-8e54-29bb5ad0ec85"
}
string
baseName
Optional

The base file name of the disk.

integer As int64 As int64
capacityBytes
Optional

Capacity of the disk in bytes.

integer As int32 As int32
diskKey
Optional

The device key of the disk.

string
diskType
Optional

Type of virtual disks created on DR site.

boolean
isReplicated
Optional

Whether the disk is currently configured for replication.

boolean
isSeed
Optional

Whether the disk is a seed disk.

integer As int64 As int64
spaceRequirement
Optional

The space requirements of the disk in bytes.

string As uuid As uuid
uuid
Optional

The UUID of the disk.