Data Object - HttpNfcLeaseHostInfo(vim.HttpNfcLease.HostInfo)

Property of
HttpNfcLeaseDatastoreLeaseInfo
Extends
DynamicData
Since
vSphere API 4.1

Data Object Description

Contains information about how to connect to a given host.

Properties

Name Type Description
sslThumbprintxsd:string

SSL thumbprint for the host the URL refers to. Empty if no SSL thumbprint is available or needed.
urlxsd:string

The host url will be of the form
https://hostname/nfc/ticket id/
The url can be used for both POST requests to a single device and for multi-POST requests to multiple devices. A single-POST URL is formed by adding the target id to the hostUrl:
https://hostname/nfc/ticket id/target id
a multi-POST URL looks like
https://hostname/nfc/ticket id/multi?targets=id1,id2,id3,...

Properties inherited from DynamicData
None

Show WSDL type definition