HostDatastoreNameConflictConnectInfo

HostDatastoreNameConflictConnectInfo
HostDatastoreNameConflictConnectInfo

This data object type describes a datastore on the host that has the same name as a different datastore on VirtualCenter.

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

To resolve a conflict with existing datastores, a suggested new name of the datastore can be provided.