DatastoreMountPathDatastorePair

DatastoreMountPathDatastorePair
DatastoreMountPathDatastorePair

Contains a mapping of an old mount path and its corresponding resignatured or remounted datastore

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "oldMountPath": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
oldMountPath
Required

Old file path where file system volume is mounted, which should be path value in HostMountInfo

datastore
Required

Reference to an instance of the Datastore managed object.