ConnectionState Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. ConnectionState
- com.
- com.
public final class ConnectionState
extends com.microsoft.rest.ExpandableStringEnum<ConnectionState>
Defines values for ConnectionState.
Modifier and Type | Field and Description |
---|---|
static final
Connection |
REACHABLE
Static value Reachable for Connection |
static final
Connection |
UNKNOWN
Static value Unknown for Connection |
static final
Connection |
UNREACHABLE
Static value Unreachable for Connection |
Constructor | Description | |
---|---|---|
Connection |
Modifier and Type | Method and Description |
---|---|
static
Connection |
from Creates or finds a Connection |
static
java.util.Collection<Connection |
values() |
REACHABLE
public static final ConnectionState REACHABLE
Static value Reachable for ConnectionState.
UNKNOWN
public static final ConnectionState UNKNOWN
Static value Unknown for ConnectionState.
UNREACHABLE
public static final ConnectionState UNREACHABLE
Static value Unreachable for ConnectionState.
ConnectionState
public ConnectionState()
fromString
public static ConnectionState fromString(String name)
Creates or finds a ConnectionState from its string representation.
Parameters:
Returns:
values
public static Collection
Returns: