Uses of Class
com.oracle.bmc.vnmonitoring.model.BgpSessionInfo
-
Packages that use BgpSessionInfo Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of BgpSessionInfo in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return BgpSessionInfo Modifier and Type Method Description BgpSessionInfo
BgpSessionInfo.Builder. build()
BgpSessionInfo
IPSecConnectionTunnel. getBgpSessionInfo()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type BgpSessionInfo Modifier and Type Method Description IPSecConnectionTunnel.Builder
IPSecConnectionTunnel.Builder. bgpSessionInfo(BgpSessionInfo bgpSessionInfo)
BgpSessionInfo.Builder
BgpSessionInfo.Builder. copy(BgpSessionInfo model)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type BgpSessionInfo Constructor Description IPSecConnectionTunnel(String compartmentId, String id, String vpnIp, String cpeIp, IPSecConnectionTunnel.Status status, IPSecConnectionTunnel.IkeVersion ikeVersion, IPSecConnectionTunnel.LifecycleState lifecycleState, String displayName, BgpSessionInfo bgpSessionInfo, EncryptionDomainConfig encryptionDomainConfig, IPSecConnectionTunnel.Routing routing, Date timeCreated, Date timeStatusUpdated, IPSecConnectionTunnel.OracleCanInitiate oracleCanInitiate, IPSecConnectionTunnel.NatTranslationEnabled natTranslationEnabled, IPSecConnectionTunnel.DpdMode dpdMode, Integer dpdTimeoutInSec, TunnelPhaseOneDetails phaseOneDetails, TunnelPhaseTwoDetails phaseTwoDetails, List<String> associatedVirtualCircuits)
Deprecated.
-