AzureLargeInstanceForcePowerState Class

public final class AzureLargeInstanceForcePowerState
extends ExpandableStringEnum<AzureLargeInstanceForcePowerState>

Enum of two possible values to determine if the ALI instance restart operation should forcefully terminate and halt any existing processes that may be running on the server or not.

Field Summary

Modifier and Type Field and Description
static final AzureLargeInstanceForcePowerState ACTIVE

Static value active for AzureLargeInstanceForcePowerState.

static final AzureLargeInstanceForcePowerState INACTIVE

Static value inactive for AzureLargeInstanceForcePowerState.

Constructor Summary

Constructor Description
AzureLargeInstanceForcePowerState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureLargeInstanceForcePowerState value.

Method Summary

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

Creates or finds a AzureLargeInstanceForcePowerState from its string representation.

static Collection<AzureLargeInstanceForcePowerState> values()

Gets known AzureLargeInstanceForcePowerState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final AzureLargeInstanceForcePowerState ACTIVE

Static value active for AzureLargeInstanceForcePowerState.

INACTIVE

public static final AzureLargeInstanceForcePowerState INACTIVE

Static value inactive for AzureLargeInstanceForcePowerState.

Constructor Details

AzureLargeInstanceForcePowerState

@Deprecated
public AzureLargeInstanceForcePowerState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureLargeInstanceForcePowerState value.

Method Details

fromString

public static AzureLargeInstanceForcePowerState fromString(String name)

Creates or finds a AzureLargeInstanceForcePowerState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AzureLargeInstanceForcePowerState.

values

public static Collection<AzureLargeInstanceForcePowerState> values()

Gets known AzureLargeInstanceForcePowerState values.

Returns:

known AzureLargeInstanceForcePowerState values.

Applies to