Class DeploymentState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentState>
com.azure.resourcemanager.hybridcontainerservice.models.DeploymentState
public final class DeploymentState
extends com.azure.core.util.ExpandableStringEnum<DeploymentState>
Observed deployment state of the Arc Agents on the target cluster. Possible values include: 'pending',
'provisioning', 'provisioned', 'deleting', 'failed', 'upgrading'.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeploymentState
Static value deleting for DeploymentState.static final DeploymentState
Static value failed for DeploymentState.static final DeploymentState
Static value pending for DeploymentState.static final DeploymentState
Static value provisioned for DeploymentState.static final DeploymentState
Static value provisioning for DeploymentState.static final DeploymentState
Static value upgrading for DeploymentState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentState
fromString
(String name) Creates or finds a DeploymentState from its string representation.static Collection<DeploymentState>
values()
Gets known DeploymentState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PENDING
Static value pending for DeploymentState. -
PROVISIONING
Static value provisioning for DeploymentState. -
PROVISIONED
Static value provisioned for DeploymentState. -
DELETING
Static value deleting for DeploymentState. -
FAILED
Static value failed for DeploymentState. -
UPGRADING
Static value upgrading for DeploymentState.
-
-
Constructor Details
-
DeploymentState
public DeploymentState()
-
-
Method Details
-
fromString
Creates or finds a DeploymentState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DeploymentState.
-
values
Gets known DeploymentState values.- Returns:
- known DeploymentState values.
-