public final class BgpPeerState extends Object
| Modifier and Type | Field and Description |
|---|---|
static BgpPeerState |
CONNECTED
Static value Connected for BgpPeerState.
|
static BgpPeerState |
CONNECTING
Static value Connecting for BgpPeerState.
|
static BgpPeerState |
IDLE
Static value Idle for BgpPeerState.
|
static BgpPeerState |
STOPPED
Static value Stopped for BgpPeerState.
|
static BgpPeerState |
UNKNOWN
Static value Unknown for BgpPeerState.
|
| Constructor and Description |
|---|
BgpPeerState(String value)
Creates a custom value for BgpPeerState.
|
public static final BgpPeerState UNKNOWN
public static final BgpPeerState STOPPED
public static final BgpPeerState IDLE
public static final BgpPeerState CONNECTING
public static final BgpPeerState CONNECTED
public BgpPeerState(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/