public final class CustomDomainResourceState extends ExpandableStringEnum<CustomDomainResourceState>
Modifier and Type | Field and Description |
---|---|
static CustomDomainResourceState |
ACTIVE
Static value Active for CustomDomainResourceState.
|
static CustomDomainResourceState |
CREATING
Static value Creating for CustomDomainResourceState.
|
static CustomDomainResourceState |
DELETING
Static value Deleting for CustomDomainResourceState.
|
Constructor and Description |
---|
CustomDomainResourceState() |
Modifier and Type | Method and Description |
---|---|
static CustomDomainResourceState |
fromString(String name)
Creates or finds a CustomDomainResourceState from its string representation.
|
static Collection<CustomDomainResourceState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final CustomDomainResourceState CREATING
public static final CustomDomainResourceState ACTIVE
public static final CustomDomainResourceState DELETING
public static CustomDomainResourceState fromString(String name)
name
- a name to look forpublic static Collection<CustomDomainResourceState> values()
Copyright © 2019. All rights reserved.