WindowsVMGuestPatchAutomaticByPlatformRebootSetting Class

public final class WindowsVMGuestPatchAutomaticByPlatformRebootSetting
extends ExpandableStringEnum<WindowsVMGuestPatchAutomaticByPlatformRebootSetting>

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Field Summary

Modifier and Type Field and Description
static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting ALWAYS

Static value Always for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting IF_REQUIRED

Static value IfRequired for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting NEVER

Static value Never for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting UNKNOWN

Static value Unknown for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

Constructor Summary

Constructor Description
WindowsVMGuestPatchAutomaticByPlatformRebootSetting()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WindowsVMGuestPatchAutomaticByPlatformRebootSetting value.

Method Summary

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

Creates or finds a WindowsVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.

static Collection<WindowsVMGuestPatchAutomaticByPlatformRebootSetting> values()

Gets known WindowsVMGuestPatchAutomaticByPlatformRebootSetting values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALWAYS

public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting ALWAYS

Static value Always for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

IF_REQUIRED

public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting IF_REQUIRED

Static value IfRequired for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

NEVER

public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting NEVER

Static value Never for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

UNKNOWN

public static final WindowsVMGuestPatchAutomaticByPlatformRebootSetting UNKNOWN

Static value Unknown for WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

Constructor Details

WindowsVMGuestPatchAutomaticByPlatformRebootSetting

@Deprecated
public WindowsVMGuestPatchAutomaticByPlatformRebootSetting()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WindowsVMGuestPatchAutomaticByPlatformRebootSetting value.

Method Details

fromString

public static WindowsVMGuestPatchAutomaticByPlatformRebootSetting fromString(String name)

Creates or finds a WindowsVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding WindowsVMGuestPatchAutomaticByPlatformRebootSetting.

values

public static Collection values()

Gets known WindowsVMGuestPatchAutomaticByPlatformRebootSetting values.

Returns:

known WindowsVMGuestPatchAutomaticByPlatformRebootSetting values.

Applies to