Share via


PowerOnBootOption Class

public final class PowerOnBootOption
extends ExpandableStringEnum<PowerOnBootOption>

Defines the options for power on boot.

Field Summary

Modifier and Type Field and Description
static final PowerOnBootOption DISABLED

Static value disabled for PowerOnBootOption.

static final PowerOnBootOption ENABLED

Static value enabled for PowerOnBootOption.

Constructor Summary

Constructor Description
PowerOnBootOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PowerOnBootOption value.

Method Summary

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

Creates or finds a PowerOnBootOption from its string representation.

static Collection<PowerOnBootOption> values()

Gets known PowerOnBootOption values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final PowerOnBootOption DISABLED

Static value disabled for PowerOnBootOption.

ENABLED

public static final PowerOnBootOption ENABLED

Static value enabled for PowerOnBootOption.

Constructor Details

PowerOnBootOption

@Deprecated
public PowerOnBootOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PowerOnBootOption value.

Method Details

fromString

public static PowerOnBootOption fromString(String name)

Creates or finds a PowerOnBootOption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PowerOnBootOption.

values

public static Collection<PowerOnBootOption> values()

Gets known PowerOnBootOption values.

Returns:

known PowerOnBootOption values.

Applies to