Uses of Class
com.oracle.bmc.core.model.IPSecConnection.CpeLocalIdentifierType
-
Packages that use IPSecConnection.CpeLocalIdentifierType Package Description com.oracle.bmc.core.model -
-
Uses of IPSecConnection.CpeLocalIdentifierType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return IPSecConnection.CpeLocalIdentifierType Modifier and Type Method Description static IPSecConnection.CpeLocalIdentifierType
IPSecConnection.CpeLocalIdentifierType. create(String key)
IPSecConnection.CpeLocalIdentifierType
IPSecConnection. getCpeLocalIdentifierType()
The type of identifier for your CPE device.static IPSecConnection.CpeLocalIdentifierType
IPSecConnection.CpeLocalIdentifierType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecConnection.CpeLocalIdentifierType[]
IPSecConnection.CpeLocalIdentifierType. 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.CpeLocalIdentifierType Modifier and Type Method Description IPSecConnection.Builder
IPSecConnection.Builder. cpeLocalIdentifierType(IPSecConnection.CpeLocalIdentifierType cpeLocalIdentifierType)
The type of identifier for your CPE device.Constructors in com.oracle.bmc.core.model with parameters of type IPSecConnection.CpeLocalIdentifierType 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.
-