Uses of Class
com.oracle.bmc.vnmonitoring.model.IPSecConnectionTunnel.DpdMode
-
Packages that use IPSecConnectionTunnel.DpdMode Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of IPSecConnectionTunnel.DpdMode in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return IPSecConnectionTunnel.DpdMode Modifier and Type Method Description static IPSecConnectionTunnel.DpdMode
IPSecConnectionTunnel.DpdMode. create(String key)
IPSecConnectionTunnel.DpdMode
IPSecConnectionTunnel. getDpdMode()
Dead peer detection (DPD) mode set on the Oracle side of the connection.static IPSecConnectionTunnel.DpdMode
IPSecConnectionTunnel.DpdMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecConnectionTunnel.DpdMode[]
IPSecConnectionTunnel.DpdMode. 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 IPSecConnectionTunnel.DpdMode Modifier and Type Method Description IPSecConnectionTunnel.Builder
IPSecConnectionTunnel.Builder. dpdMode(IPSecConnectionTunnel.DpdMode dpdMode)
Dead peer detection (DPD) mode set on the Oracle side of the connection.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type IPSecConnectionTunnel.DpdMode 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.
-