HttpNfcLeaseDatastoreLeaseInfo
HttpNfcLeaseDatastoreLeaseInfo
For a given datastore, represented by datastoreKey, contains a list of leased multi-POST-capable hosts connected to it.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"datastoreKey": "string",
"hosts": [
{
"_typeName": "string",
"url": "string",
"sslThumbprint": "string"
}
]
}
string
datastoreKey
Required
Datastore key.
array of HttpNfcLeaseHostInfo
hosts
Required
List of hosts connected to this datastore and covered by this lease.
The hosts in this list are multi-POST-capable, and any one of them can be used to transfer disks on this datastore.