appliance system storage: storage change

The storage_change structure describes the changes in capasity of a storage partition. This structure was added in vSphere API 6.7

Representation:

{
    "new_size"1,
    "old_size"1
}

Attributes:

Name Type Description
Required
old_size long Original size of the partition in MB. This attribute was added in vSphere API 6.7

new_size long Nedw size of the partition in MB. This attribute was added in vSphere API 6.7