FrontDoorEnabledState Class

public final class FrontDoorEnabledState
extends ExpandableStringEnum<FrontDoorEnabledState>

Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.

Field Summary

Modifier and Type Field and Description
static final FrontDoorEnabledState DISABLED

Static value Disabled for FrontDoorEnabledState.

static final FrontDoorEnabledState ENABLED

Static value Enabled for FrontDoorEnabledState.

Constructor Summary

Constructor Description
FrontDoorEnabledState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorEnabledState value.

Method Summary

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

Creates or finds a FrontDoorEnabledState from its string representation.

static Collection<FrontDoorEnabledState> values()

Gets known FrontDoorEnabledState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final FrontDoorEnabledState DISABLED

Static value Disabled for FrontDoorEnabledState.

ENABLED

public static final FrontDoorEnabledState ENABLED

Static value Enabled for FrontDoorEnabledState.

Constructor Details

FrontDoorEnabledState

@Deprecated
public FrontDoorEnabledState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorEnabledState value.

Method Details

fromString

public static FrontDoorEnabledState fromString(String name)

Creates or finds a FrontDoorEnabledState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FrontDoorEnabledState.

values

public static Collection values()

Gets known FrontDoorEnabledState values.

Returns:

known FrontDoorEnabledState values.

Applies to