ConnectionAnalyzerStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ConnectionAnalyzerStatus
- com.
- com.
public final class ConnectionAnalyzerStatus
extends ExpandableStringEnum<ConnectionAnalyzerStatus>
Current execution status of the connection analyzer.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Connection |
FAILED
The connection analyzer failed to complete its diagnostic operations. |
|
static final
Connection |
NOT_STARTED
The connection analyzer has been created but execution has not yet begun. |
|
static final
Connection |
RUNNING
The connection analyzer is currently running its diagnostic operations. |
|
static final
Connection |
SUCCEEDED
The connection analyzer completed all diagnostic operations successfully. |
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectionAnalyzerStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Connection |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connection |
fromString(String name)
Creates or finds a Connection |
|
static
Collection<Connection |
values()
Gets known Connection |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FAILED
public static final ConnectionAnalyzerStatus FAILED
The connection analyzer failed to complete its diagnostic operations.
NOT_STARTED
public static final ConnectionAnalyzerStatus NOT_STARTED
The connection analyzer has been created but execution has not yet begun.
RUNNING
public static final ConnectionAnalyzerStatus RUNNING
The connection analyzer is currently running its diagnostic operations.
SUCCEEDED
public static final ConnectionAnalyzerStatus SUCCEEDED
The connection analyzer completed all diagnostic operations successfully.
Constructor Details
ConnectionAnalyzerStatus
@Deprecated
public ConnectionAnalyzerStatus()
Deprecated
Creates a new instance of ConnectionAnalyzerStatus value.
Method Details
fromString
public static ConnectionAnalyzerStatus fromString(String name)
Creates or finds a ConnectionAnalyzerStatus from its string representation.
Parameters:
Returns:
values
public static Collection<ConnectionAnalyzerStatus> values()
Gets known ConnectionAnalyzerStatus values.
Returns: