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

Summary information about the datastore.

The status fields and managed object reference is not set when an object of this type is created. These fields and references are typically set later when these objects are associated with a host.