Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static BgpSessionInfo.BgpIpv6State |
BgpSessionInfo.BgpIpv6State.create(String key) |
BgpSessionInfo.BgpIpv6State |
BgpSessionInfo.getBgpIpv6State()
The state of the BGP IPv6 session.
|
static BgpSessionInfo.BgpIpv6State |
BgpSessionInfo.BgpIpv6State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpSessionInfo.BgpIpv6State[] |
BgpSessionInfo.BgpIpv6State.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.bgpIpv6State(BgpSessionInfo.BgpIpv6State bgpIpv6State)
The state of the BGP IPv6 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.