vcenter deployment: disk info

The disk_info {structure contains information about used space, free space, total size, and mount point of the disk. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "size"1.5,
    "mount_point""string",
    "used"1.5,
    "free"1.5
}

Attributes:

Name Type Description
Required
used double Used disk space in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

free double Free disk space in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

size double Size of the disk in GB. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

mount_point string Mount point of the disk. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.