HostDatastoreConnectInfo

HostDatastoreConnectInfo
HostDatastoreConnectInfo

The base data object type for information about datastores on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "summary": {
        "_typeName": "string",
        "datastore": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        },
        "name": "string",
        "url": "string",
        "capacity": 0,
        "freeSpace": 0,
        "uncommitted": 0,
        "accessible": false,
        "multipleHostAccess": false,
        "type": "string",
        "maintenanceMode": "string"
    }
}
summary
Required

Basic datastore information.

The managed object reference is not set.