| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 property: The BGP peer state.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.