| 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 |
Privileges | Required on |
---|---|
Host.Config.Storage Host.Config.Settings | ClusterComputeResource |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
cluster* | ManagedObjectReference
to a ComputeResource |
Optional cluster this scan is happening in reference to.
Since vSAN API 6.6 |
vibSpecs* | VsanVibSpec[] |
List of VIB specs to installed (context is always a single host)
Since vSAN API 6.6 |
scanResults* | VsanVibScanResult[] |
List of VIB scan results obtained from VsanVibScan()
Since vSAN API 6.6 |
firmwareSpecs* | VsanHclFirmwareUpdateSpec[] |
List of Firmware spec to be installed (context is always
a single host and vmhba)
Since vSAN API 6.6 |
maintenanceSpec* | 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* | xsd:boolean |
True (default) means a 1-host-at-a-time rolling install
will be performed.
Since vSAN API 6.6 |
noSigCheck* | 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 | A task |
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 |
Privileges | Required on |
---|---|
System.Read | ClusterComputeResource |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
cluster* | 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 |
Privileges | Required on |
---|---|
System.Read | ClusterComputeResource |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanUpdateManager used to make the method call. |
cluster* | ManagedObjectReference
to a ComputeResource |
Optional cluster this scan is happening in reference to.
Since vSAN API 6.6 |
vibSpecs | VsanVibSpec[] |
List of VIB specs to check (one entry per host)
|
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 |