Class ConnectionState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ConnectionState>
com.microsoft.azure.management.network.ConnectionState
Defines values for ConnectionState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConnectionState
Static value Reachable for ConnectionState.static final ConnectionState
Static value Unknown for ConnectionState.static final ConnectionState
Static value Unreachable for ConnectionState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionState
fromString
(String name) Creates or finds a ConnectionState from its string representation.static Collection<ConnectionState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
REACHABLE
Static value Reachable for ConnectionState. -
UNREACHABLE
Static value Unreachable for ConnectionState. -
UNKNOWN
Static value Unknown for ConnectionState.
-
-
Constructor Details
-
ConnectionState
public ConnectionState()
-
-
Method Details
-
fromString
Creates or finds a ConnectionState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ConnectionState
-
values
- Returns:
- known ConnectionState values
-