Http Nfc Lease Get Info
Provides information on the objects contained in this lease.
The info property is only valid when the lease is in the ready state.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HttpNfcLease/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"lease": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"deviceUrl": [
{
"_typeName": "string",
"key": "string",
"importKey": "string",
"url": "string",
"sslThumbprint": "string",
"disk": false,
"targetId": "string",
"datastoreKey": "string",
"fileSize": 0
}
],
"totalDiskCapacityInKB": 0,
"leaseTimeout": 0,
"hostMap": [
{
"_typeName": "string",
"datastoreKey": "string",
"hosts": [
{
"_typeName": "string",
"url": "string",
"sslThumbprint": "string"
}
]
}
]
}
The deviceUrl property contains a mapping from logical device keys to URLs.
Total capacity in kilobytes of all disks in all Virtual Machines covered by this lease.
This can be used to track progress when transferring disks.
Number of seconds before the lease times out.
The client extends the lease by calling HttpNfcLease.HttpNfcLeaseProgress before the timeout has expired.
Map of URLs for leased hosts for a given datastore.
This is used to look up multi-POST-capable hosts for a datastore.