ArrayOfGuestDiskInfo

ArrayOfGuestDiskInfo
ArrayOfGuestDiskInfo

A boxed array of GuestDiskInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "diskPath": "string",
            "capacity": 0,
            "freeSpace": 0,
            "filesystemType": "string",
            "mappings": [
                {
                    "_typeName": "string",
                    "key": 0
                }
            ]
        }
    ]
}
_value
Required

_value