ArrayOfVStorageObjectAttachSpec
ArrayOfVStorageObjectAttachSpec
A boxed array of VStorageObjectAttachSpec. To be used in Any placeholders.
Since: vSphere API Release 9.1.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"volumeId": {
"_typeName": "string",
"id": "string"
},
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"diskMode": "string",
"sharing": "string",
"controllerKey": 0,
"unitNumber": 0
}
]
}