public final class ConnectionState extends com.microsoft.rest.ExpandableStringEnum<ConnectionState>
| Modifier and Type | Field and Description |
|---|---|
static ConnectionState |
REACHABLE
Static value Reachable for ConnectionState.
|
static ConnectionState |
UNKNOWN
Static value Unknown for ConnectionState.
|
static ConnectionState |
UNREACHABLE
Static value Unreachable for ConnectionState.
|
| Constructor and Description |
|---|
ConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionState |
fromString(String name)
Creates or finds a ConnectionState from its string representation.
|
static Collection<ConnectionState> |
values() |
public static final ConnectionState REACHABLE
public static final ConnectionState UNREACHABLE
public static final ConnectionState UNKNOWN
public static ConnectionState fromString(String name)
name - a name to look forpublic static Collection<ConnectionState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/