Compartir a través de


VMGuestPatchRebootBehavior Class

public final class VMGuestPatchRebootBehavior
extends ExpandableStringEnum<VMGuestPatchRebootBehavior>

Describes the reboot requirements of the patch.

Field Summary

Modifier and Type Field and Description
static final VMGuestPatchRebootBehavior ALWAYS_REQUIRES_REBOOT

Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.

static final VMGuestPatchRebootBehavior CAN_REQUEST_REBOOT

Static value CanRequestReboot for VMGuestPatchRebootBehavior.

static final VMGuestPatchRebootBehavior NEVER_REBOOTS

Static value NeverReboots for VMGuestPatchRebootBehavior.

static final VMGuestPatchRebootBehavior UNKNOWN

Static value Unknown for VMGuestPatchRebootBehavior.

Constructor Summary

Constructor Description
VMGuestPatchRebootBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of VMGuestPatchRebootBehavior value.

Method Summary

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

Creates or finds a VMGuestPatchRebootBehavior from its string representation.

static Collection<VMGuestPatchRebootBehavior> values()

Gets known VMGuestPatchRebootBehavior values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALWAYS_REQUIRES_REBOOT

public static final VMGuestPatchRebootBehavior ALWAYS_REQUIRES_REBOOT

Static value AlwaysRequiresReboot for VMGuestPatchRebootBehavior.

CAN_REQUEST_REBOOT

public static final VMGuestPatchRebootBehavior CAN_REQUEST_REBOOT

Static value CanRequestReboot for VMGuestPatchRebootBehavior.

NEVER_REBOOTS

public static final VMGuestPatchRebootBehavior NEVER_REBOOTS

Static value NeverReboots for VMGuestPatchRebootBehavior.

UNKNOWN

public static final VMGuestPatchRebootBehavior UNKNOWN

Static value Unknown for VMGuestPatchRebootBehavior.

Constructor Details

VMGuestPatchRebootBehavior

@Deprecated
public VMGuestPatchRebootBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of VMGuestPatchRebootBehavior value.

Method Details

fromString

public static VMGuestPatchRebootBehavior fromString(String name)

Creates or finds a VMGuestPatchRebootBehavior from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding VMGuestPatchRebootBehavior.

values

public static Collection values()

Gets known VMGuestPatchRebootBehavior values.

Returns:

known VMGuestPatchRebootBehavior values.

Applies to