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