vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanVibSpec(vim.vsan.VsanVibSpec)
- Property of
- VsanUpdateItem
- Parameter to
- VsanVibInstall_Task, VsanVibScan
- Extends
- DynamicData
- See also
- HostSystem
- Since
- 6.6
Data Object Description
Contains information about a VIB to be installed or scanned.Properties
Name | Type | Description |
---|---|---|
host | ManagedObjectReference
to a HostSystem |
Host onto which this VIB should be installed.
|
metaSha1Sum* | xsd:string |
SHA1 sum of the metadata file. Must be provided if metaUrl field is provided.
|
metaUrl* | xsd:string |
URL to the metadata.zip file for this VIB. If not provided, it is not possible
to determine most of the VIB properties before installing it.
|
vibSha1Sum | xsd:string |
SHA1 sum of the VIB file.
|
vibUrl | xsd:string |
URL to the .vib file for this VIB.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |