VStorageObjectAssociations
VStorageObjectAssociations
This data object is a key-value pair whose key is the virtual storage object id, and value is the vm association information.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": {
"_typeName": "string",
"id": "string"
},
"vmDiskAssociations": [
{
"_typeName": "string",
"vmId": "string",
"diskKey": 0
}
],
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
id
Required
ID of this virtual storage object.
vmDiskAssociations
Optional
Array of vm associations related to the virtual storage object.
fault
Optional
Received error while generating associations.