LinuxVMGuestPatchAutomaticByPlatformRebootSetting Class

public final class LinuxVMGuestPatchAutomaticByPlatformRebootSetting
extends ExpandableStringEnum<LinuxVMGuestPatchAutomaticByPlatformRebootSetting>

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

Field Summary

Modifier and Type Field and Description
static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting ALWAYS

Static value Always for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting IF_REQUIRED

Static value IfRequired for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting NEVER

Static value Never for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting UNKNOWN

Static value Unknown for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

Constructor Summary

Constructor Description
LinuxVMGuestPatchAutomaticByPlatformRebootSetting()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LinuxVMGuestPatchAutomaticByPlatformRebootSetting value.

Method Summary

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

Creates or finds a LinuxVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.

static Collection<LinuxVMGuestPatchAutomaticByPlatformRebootSetting> values()

Gets known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALWAYS

public static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting ALWAYS

Static value Always for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

IF_REQUIRED

public static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting IF_REQUIRED

Static value IfRequired for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

NEVER

public static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting NEVER

Static value Never for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

UNKNOWN

public static final LinuxVMGuestPatchAutomaticByPlatformRebootSetting UNKNOWN

Static value Unknown for LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

Constructor Details

LinuxVMGuestPatchAutomaticByPlatformRebootSetting

@Deprecated
public LinuxVMGuestPatchAutomaticByPlatformRebootSetting()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LinuxVMGuestPatchAutomaticByPlatformRebootSetting value.

Method Details

fromString

public static LinuxVMGuestPatchAutomaticByPlatformRebootSetting fromString(String name)

Creates or finds a LinuxVMGuestPatchAutomaticByPlatformRebootSetting from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LinuxVMGuestPatchAutomaticByPlatformRebootSetting.

values

public static Collection values()

Gets known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.

Returns:

known LinuxVMGuestPatchAutomaticByPlatformRebootSetting values.

Applies to