FrontDoorResourceState Class

public final class FrontDoorResourceState
extends ExpandableStringEnum<FrontDoorResourceState>

Resource status of the Front Door or Front Door SubResource.

Field Summary

Modifier and Type Field and Description
static final FrontDoorResourceState CREATING

Static value Creating for FrontDoorResourceState.

static final FrontDoorResourceState DELETING

Static value Deleting for FrontDoorResourceState.

static final FrontDoorResourceState DISABLED

Static value Disabled for FrontDoorResourceState.

static final FrontDoorResourceState DISABLING

Static value Disabling for FrontDoorResourceState.

static final FrontDoorResourceState ENABLED

Static value Enabled for FrontDoorResourceState.

static final FrontDoorResourceState ENABLING

Static value Enabling for FrontDoorResourceState.

static final FrontDoorResourceState MIGRATED

Static value Migrated for FrontDoorResourceState.

static final FrontDoorResourceState MIGRATING

Static value Migrating for FrontDoorResourceState.

Constructor Summary

Constructor Description
FrontDoorResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorResourceState value.

Method Summary

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

Creates or finds a FrontDoorResourceState from its string representation.

static Collection<FrontDoorResourceState> values()

Gets known FrontDoorResourceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CREATING

public static final FrontDoorResourceState CREATING

Static value Creating for FrontDoorResourceState.

DELETING

public static final FrontDoorResourceState DELETING

Static value Deleting for FrontDoorResourceState.

DISABLED

public static final FrontDoorResourceState DISABLED

Static value Disabled for FrontDoorResourceState.

DISABLING

public static final FrontDoorResourceState DISABLING

Static value Disabling for FrontDoorResourceState.

ENABLED

public static final FrontDoorResourceState ENABLED

Static value Enabled for FrontDoorResourceState.

ENABLING

public static final FrontDoorResourceState ENABLING

Static value Enabling for FrontDoorResourceState.

MIGRATED

public static final FrontDoorResourceState MIGRATED

Static value Migrated for FrontDoorResourceState.

MIGRATING

public static final FrontDoorResourceState MIGRATING

Static value Migrating for FrontDoorResourceState.

Constructor Details

FrontDoorResourceState

@Deprecated
public FrontDoorResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorResourceState value.

Method Details

fromString

public static FrontDoorResourceState fromString(String name)

Creates or finds a FrontDoorResourceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FrontDoorResourceState.

values

public static Collection values()

Gets known FrontDoorResourceState values.

Returns:

known FrontDoorResourceState values.

Applies to