Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static BgpPeerState |
BgpPeerState.CONNECTED
Static value Connected for BgpPeerState.
|
static BgpPeerState |
BgpPeerState.CONNECTING
Static value Connecting for BgpPeerState.
|
static BgpPeerState |
BgpPeerState.IDLE
Static value Idle for BgpPeerState.
|
static BgpPeerState |
BgpPeerState.STOPPED
Static value Stopped for BgpPeerState.
|
static BgpPeerState |
BgpPeerState.UNKNOWN
Static value Unknown for BgpPeerState.
|
Modifier and Type | Method and Description |
---|---|
static BgpPeerState |
BgpPeerState.fromString(String name)
Creates or finds a BgpPeerState from its string representation.
|
BgpPeerState |
BgpPeerStatus.state()
Get the state value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<BgpPeerState> |
BgpPeerState.values() |
Copyright © 2019. All rights reserved.