vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HttpNfcLeaseManifestEntry(vim.HttpNfcLease.ManifestEntry)
- Returned by
 - HttpNfcLeaseGetManifest
 - Extends
 - DynamicData
 - Since
 - vSphere API Release 4.1
 
Data Object Description
Provides a manifest for downloaded (exported) files and disks.Properties
| Name | Type | Description | 
|---|---|---|
| capacity* | xsd:long | 
         The capacity of the disk, if the file is a virtual disk backing.
       | 
| checksum* | xsd:string | 
         Checksum of the data stream sent/recieved by host.
 See ChecksumType for used algoritm.
      
Since vSphere API Release 6.7 | 
| checksumType* | xsd:string | 
         Algorithm used to produce checksum in respective property.
 See ChecksumType for supported algorithms.
      
Since vSphere API Release 6.7 | 
| disk | xsd:boolean | 
         True if the downloaded file is a virtual disk backing.
       | 
| key | xsd:string | 
         Key used to match this entry with the corresponding DeviceUrl
 entry in Info.
       | 
| populatedSize* | xsd:long | 
         The populated size of the disk, if the file is a virtual disk backing.
       | 
| sha1 | xsd:string | 
         SHA-1 checksum of the data stream sent from the server. This can be used
 to verify that the bytes received by the client match those sent by the
 HttpNfc server.
       | 
| size | xsd:long | 
         Size of the downloaded file.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |