HostDatastoreExistsConnectInfo

HostDatastoreExistsConnectInfo
HostDatastoreExistsConnectInfo

This data object type describes a datastore on the host that matches an existing datastore on VirtualCenter that has a different name.

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"
    },
    "newDatastoreName": "string"
}
string
newDatastoreName
Required

The name of a matching datastore on VirtualCenter.

The datastore on the host will be renamed to this name.