ArrayOfVirtualMachineFileLayout

ArrayOfVirtualMachineFileLayout
ArrayOfVirtualMachineFileLayout

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "configFile": [
                "string"
            ],
            "logFile": [
                "string"
            ],
            "disk": [
                {
                    "_typeName": "string",
                    "key": 0,
                    "diskFile": [
                        "string"
                    ]
                }
            ],
            "snapshot": [
                {
                    "_typeName": "string",
                    "key": {
                        "_typeName": "string",
                        "type": "string",
                        "value": "string"
                    },
                    "snapshotFile": [
                        "string"
                    ]
                }
            ],
            "swapFile": "string"
        }
    ]
}
_value
Required

_value