Dela via


CustomDomainResourceState Class

public final class CustomDomainResourceState
extends ExpandableStringEnum<CustomDomainResourceState>

Resource status of the custom domain.

Field Summary

Modifier and Type Field and Description
static final CustomDomainResourceState ACTIVE

Static value Active for CustomDomainResourceState.

static final CustomDomainResourceState CREATING

Static value Creating for CustomDomainResourceState.

static final CustomDomainResourceState DELETING

Static value Deleting for CustomDomainResourceState.

Constructor Summary

Constructor Description
CustomDomainResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomDomainResourceState value.

Method Summary

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

Creates or finds a CustomDomainResourceState from its string representation.

static Collection<CustomDomainResourceState> values()

Gets known CustomDomainResourceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final CustomDomainResourceState ACTIVE

Static value Active for CustomDomainResourceState.

CREATING

public static final CustomDomainResourceState CREATING

Static value Creating for CustomDomainResourceState.

DELETING

public static final CustomDomainResourceState DELETING

Static value Deleting for CustomDomainResourceState.

Constructor Details

CustomDomainResourceState

@Deprecated
public CustomDomainResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomDomainResourceState value.

Method Details

fromString

public static CustomDomainResourceState fromString(String name)

Creates or finds a CustomDomainResourceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomDomainResourceState.

values

public static Collection values()

Gets known CustomDomainResourceState values.

Returns:

known CustomDomainResourceState values.

Applies to