Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static BgpSessionInfo.BgpState |
BgpSessionInfo.BgpState.create(String key) |
BgpSessionInfo.BgpState |
BgpSessionInfo.getBgpState()
The state of the BGP session.
|
static BgpSessionInfo.BgpState |
BgpSessionInfo.BgpState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpSessionInfo.BgpState[] |
BgpSessionInfo.BgpState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.bgpState(BgpSessionInfo.BgpState bgpState)
The state of the BGP session.
|
Constructor and Description |
---|
BgpSessionInfo(String oracleInterfaceIp,
String customerInterfaceIp,
String oracleInterfaceIpv6,
String customerInterfaceIpv6,
String oracleBgpAsn,
String customerBgpAsn,
BgpSessionInfo.BgpState bgpState,
BgpSessionInfo.BgpIpv6State bgpIpv6State)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.