| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
PerformVsanUpgrade_Task, PerformVsanUpgradePreflightCheck, QueryVsanUpgradeStatus |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanUpgradeSystem used to make the method call. |
cluster P | ManagedObjectReference
to a ClusterComputeResource |
The cluster to be upgraded See PerformVsanUpgradePreflightCheck Since vSphere API 6.0 |
performObjectUpgrade* P | xsd:boolean |
After all disk groups have been updated, also
upgrade all objects. Once started, rollback
of the on disk format is no longer possible.
Object upgrade unlocks new VSAN features. See PerformVsanUpgradePreflightCheck Since vSphere API 6.0 |
downgradeFormat* P | xsd:boolean |
Perform a on-disk format downgrade instead of
upgrade. Only possible if no upgraded objects exist. See PerformVsanUpgradePreflightCheck Since vSphere API 6.0 |
allowReducedRedundancy* P | xsd:boolean |
Removes the need for one disk group worth of
free space, by allowing reduced redundancy
during disk upgrade. See PerformVsanUpgradePreflightCheck Since vSphere API 6.0 |
excludeHosts* P | ManagedObjectReference[]
to a HostSystem[] |
Internal debug option meant for functional testing
of VSAN upgrades. Skips upgrade on certain hosts and
implies performObjectUpgrade being false. Should not
be used by customers. See PerformVsanUpgradePreflightCheck Since vSphere API 6.0 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
VsanFault | See PerformVsanUpgradePreflightCheck |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanUpgradeSystem used to make the method call. |
cluster P | ManagedObjectReference
to a ClusterComputeResource |
The cluster for which to perform the check.
Since vSphere API 6.0 |
downgradeFormat* P | xsd:boolean |
Intend to perform a on-disk format downgrade instead
of upgrade. Adds additional checks.
Since vSphere API 6.0 |
Return Value
Type | Description |
---|---|
VsanUpgradeSystemPreflightCheckResult | Pre-flight check result. |
Faults
Type | Description |
---|---|
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 VsanUpgradeSystem used to make the method call. |
cluster P | ManagedObjectReference
to a ClusterComputeResource |
The cluster for which to retrieve the upgrade status.
Since vSphere API 6.0 |
Return Value
Type | Description |
---|---|
VsanUpgradeSystemUpgradeStatus | Status |
Faults
Type | Description |
---|---|
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 |