ControllerState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. delegatednetwork. models. ControllerState
- com.
- com.
public final class ControllerState
extends ExpandableStringEnum<ControllerState>
The current state of dnc controller resource.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Controller |
DELETING
Static value Deleting for Controller |
|
static final
Controller |
FAILED
Static value Failed for Controller |
|
static final
Controller |
PROVISIONING
Static value Provisioning for Controller |
|
static final
Controller |
SUCCEEDED
Static value Succeeded for Controller |
Constructor Summary
| Constructor | Description |
|---|---|
| ControllerState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Controller |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Controller |
fromString(String name)
Creates or finds a Controller |
|
static
Collection<Controller |
values()
Gets known Controller |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DELETING
public static final ControllerState DELETING
Static value Deleting for ControllerState.
FAILED
public static final ControllerState FAILED
Static value Failed for ControllerState.
PROVISIONING
public static final ControllerState PROVISIONING
Static value Provisioning for ControllerState.
SUCCEEDED
public static final ControllerState SUCCEEDED
Static value Succeeded for ControllerState.
Constructor Details
ControllerState
@Deprecated
public ControllerState()
Deprecated
Creates a new instance of ControllerState value.
Method Details
fromString
public static ControllerState fromString(String name)
Creates or finds a ControllerState from its string representation.
Parameters:
Returns:
values
public static Collection<ControllerState> values()
Gets known ControllerState values.
Returns: