Uses of Class
com.oracle.bmc.vnmonitoring.model.BgpSessionInfo.BgpIpv6State
-
Packages that use BgpSessionInfo.BgpIpv6State Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of BgpSessionInfo.BgpIpv6State in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return BgpSessionInfo.BgpIpv6State Modifier and Type Method 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.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type BgpSessionInfo.BgpIpv6State Modifier and Type Method Description BgpSessionInfo.Builder
BgpSessionInfo.Builder. bgpIpv6State(BgpSessionInfo.BgpIpv6State bgpIpv6State)
The state of the BGP IPv6 session.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type BgpSessionInfo.BgpIpv6State Constructor Description BgpSessionInfo(String oracleInterfaceIp, String customerInterfaceIp, String oracleInterfaceIpv6, String customerInterfaceIpv6, String oracleBgpAsn, String customerBgpAsn, BgpSessionInfo.BgpState bgpState, BgpSessionInfo.BgpIpv6State bgpIpv6State)
Deprecated.
-