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