Uses of Class
com.oracle.bmc.core.model.IPSecConnection.TransportType
-
Packages that use IPSecConnection.TransportType Package Description com.oracle.bmc.core.model -
-
Uses of IPSecConnection.TransportType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IPSecConnection.TransportType Modifier and Type Method Description static IPSecConnection.TransportType
IPSecConnection.TransportType. create(String key)
IPSecConnection.TransportType
IPSecConnection. getTransportType()
The transport type used for the IPSec connection.static IPSecConnection.TransportType
IPSecConnection.TransportType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecConnection.TransportType[]
IPSecConnection.TransportType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type IPSecConnection.TransportType Modifier and Type Method Description IPSecConnection.Builder
IPSecConnection.Builder. transportType(IPSecConnection.TransportType transportType)
The transport type used for the IPSec connection.Constructors in com.oracle.bmc.core.model with parameters of type IPSecConnection.TransportType Constructor Description IPSecConnection(String compartmentId, String cpeId, Map<String,Map<String,Object>> definedTags, String displayName, String drgId, Map<String,String> freeformTags, String id, IPSecConnection.LifecycleState lifecycleState, String cpeLocalIdentifier, IPSecConnection.CpeLocalIdentifierType cpeLocalIdentifierType, List<String> staticRoutes, Date timeCreated, IPSecConnection.TransportType transportType)
Deprecated.
-