VsanHostDiskResultState

VsanHostDiskResultState
VsanHostDiskResultState

A boxed VsanHostDiskResultStateEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Values used for indicating a disk's status for use by the VSAN service.

See also state.

Possible values:

  • inUse: Disk is currently in use by the VSAN service.

    A disk may be considered in use by the VSAN service regardless of whether the VSAN service is enabled. As long as a disk is in use by VSAN, it is reserved exclusively for VSAN and may not be used for other purposes.

    See also error.

  • eligible: Disk is considered eligible for use by the VSAN service, but is not currently in use.

  • ineligible: Disk is considered ineligible for use by the VSAN service, and is not currently in use.

    See also error.

Possible values are : inUse, eligible, ineligible,