|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| VsanVibInstall_Task, VsanVibInstallPreflightCheck, VsanVibScan |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
| cluster* P | ManagedObjectReference
to a ComputeResource |
Optional cluster this scan is happening in reference to.
Since vSAN API 6.6 |
| vibSpecs* P | VsanVibSpec[] |
List of VIB specs to installed (context is always a single host)
Since vSAN API 6.6 |
| scanResults* P | VsanVibScanResult[] |
List of VIB scan results obtained from VsanVibScan()
Since vSAN API 6.6 |
| firmwareSpecs* P | VsanHclFirmwareUpdateSpec[] |
List of Firmware spec to be installed (context is always
a single host and vmhba)
Since vSAN API 6.6 |
| maintenanceSpec* P | HostMaintenanceSpec |
Maintenance spec to pass to EnterMaintenanceMode_Task()
In case of non-rolling installs, no other vSAN action
than 'noAction' is allowed.
Since vSAN API 6.6 |
| rolling* P | xsd:boolean |
True (default) means a 1-host-at-a-time rolling install
will be performed.
Since vSAN API 6.6 |
| noSigCheck* P | xsd:boolean |
Skip signature checking, should not be used outside of
fully trusted test environments. Default: False
Since vSAN API 6.6 |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a Task |
Faults
| Type | Description |
|---|---|
| NotFound | |
| NotSupported | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| VsanFault |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
| cluster* P | ManagedObjectReference
to a ComputeResource |
Cluster for which to perform preflight check
Since vSAN API 6.6 |
Return Value
| Type | Description |
|---|---|
| VsanVibInstallPreflightStatus | Preflight check results |
Faults
| Type | Description |
|---|---|
| NotFound | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| VsanFault |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
| cluster* P | ManagedObjectReference
to a ComputeResource |
Optional cluster this scan is happening in reference to.
Since vSAN API 6.6 |
| vibSpecs P | VsanVibSpec[] |
List of VIB specs to check (one entry per host)
Since vSAN API 6.6 |
Return Value
| Type | Description |
|---|---|
| VsanVibScanResult[] | List of VIBs that would be installed. Each such result is for a single host, single VIB. |
Faults
| Type | Description |
|---|---|
| NotFound | |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| VsanFault |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |