AzureLargeInstanceForcePowerState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. largeinstance. models. AzureLargeInstanceForcePowerState
- com.
- com.
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
Azure |
ACTIVE
Static value active for Azure |
|
static final
Azure |
INACTIVE
Static value inactive for Azure |
Constructor Summary
| Constructor | Description |
|---|---|
| AzureLargeInstanceForcePowerState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromString(String name)
Creates or finds a Azure |
|
static
Collection<Azure |
values()
Gets known Azure |
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
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:
Returns:
values
public static Collection<AzureLargeInstanceForcePowerState> values()
Gets known AzureLargeInstanceForcePowerState values.
Returns: