ArrayOfHostFileSystemVolumeInfo
ArrayOfHostFileSystemVolumeInfo
A boxed array of HostFileSystemVolumeInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"volumeTypeList": [
"string"
],
"mountInfo": [
{
"_typeName": "string",
"mountInfo": {
"_typeName": "string",
"path": "string",
"accessMode": "string",
"mounted": false,
"accessible": false,
"inaccessibleReason": "string",
"vmknicName": "string",
"vmknicActive": false,
"mountFailedReason": "string",
"numTcpConnections": 0
},
"volume": {
"_typeName": "string",
"type": "string",
"name": "string",
"capacity": 0
},
"vStorageSupport": "string"
}
]
}
]
}