VMGuestPatchRebootStatus Class

public final class VMGuestPatchRebootStatus
extends ExpandableStringEnum<VMGuestPatchRebootStatus>

Defines values for VMGuestPatchRebootStatus.

Field Summary

Modifier and Type Field and Description
static final VMGuestPatchRebootStatus COMPLETED

Static value Completed for VMGuestPatchRebootStatus.

static final VMGuestPatchRebootStatus FAILED

Static value Failed for VMGuestPatchRebootStatus.

static final VMGuestPatchRebootStatus NOT_NEEDED

Static value NotNeeded for VMGuestPatchRebootStatus.

static final VMGuestPatchRebootStatus REQUIRED

Static value Required for VMGuestPatchRebootStatus.

static final VMGuestPatchRebootStatus STARTED

Static value Started for VMGuestPatchRebootStatus.

static final VMGuestPatchRebootStatus UNKNOWN

Static value Unknown for VMGuestPatchRebootStatus.

Constructor Summary

Constructor Description
VMGuestPatchRebootStatus()

Method Summary

Modifier and Type Method and Description
static VMGuestPatchRebootStatus fromString(String name)

Creates or finds a VMGuestPatchRebootStatus from its string representation.

static Collection<VMGuestPatchRebootStatus> values()

Gets known VMGuestPatchRebootStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPLETED

public static final VMGuestPatchRebootStatus COMPLETED

Static value Completed for VMGuestPatchRebootStatus.

FAILED

public static final VMGuestPatchRebootStatus FAILED

Static value Failed for VMGuestPatchRebootStatus.

NOT_NEEDED

public static final VMGuestPatchRebootStatus NOT_NEEDED

Static value NotNeeded for VMGuestPatchRebootStatus.

REQUIRED

public static final VMGuestPatchRebootStatus REQUIRED

Static value Required for VMGuestPatchRebootStatus.

STARTED

public static final VMGuestPatchRebootStatus STARTED

Static value Started for VMGuestPatchRebootStatus.

UNKNOWN

public static final VMGuestPatchRebootStatus UNKNOWN

Static value Unknown for VMGuestPatchRebootStatus.

Constructor Details

VMGuestPatchRebootStatus

public VMGuestPatchRebootStatus()

Method Details

fromString

public static VMGuestPatchRebootStatus fromString(String name)

Creates or finds a VMGuestPatchRebootStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding VMGuestPatchRebootStatus.

values

public static Collection<VMGuestPatchRebootStatus> values()

Gets known VMGuestPatchRebootStatus values.

Returns:

known VMGuestPatchRebootStatus values.

Applies to