OvfDatastoreMapping

OvfDatastoreMapping
OvfDatastoreMapping

A DatastoreMapping is a choice made by the caller about which datastore to use for a specific disk in the OVF descriptor as specified by "ovf:diskId".

Since: vSphere API Release 9.0.0.0

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

diskId

datastore
Required

Reference to an instance of the Datastore managed object.