Uses of Class
com.oracle.bmc.redis.model.OciCacheConfigSet.LifecycleState
-
Packages that use OciCacheConfigSet.LifecycleState Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of OciCacheConfigSet.LifecycleState in com.oracle.bmc.redis
-
Uses of OciCacheConfigSet.LifecycleState in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheConfigSet.LifecycleState Modifier and Type Method Description static OciCacheConfigSet.LifecycleState
OciCacheConfigSet.LifecycleState. create(String key)
OciCacheConfigSet.LifecycleState
OciCacheConfigSet. getLifecycleState()
The current state of the OCI Cache Config Set.OciCacheConfigSet.LifecycleState
OciCacheConfigSetSummary. getLifecycleState()
The current state of the OCI Cache Config Set.static OciCacheConfigSet.LifecycleState
OciCacheConfigSet.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciCacheConfigSet.LifecycleState[]
OciCacheConfigSet.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheConfigSet.LifecycleState Modifier and Type Method Description OciCacheConfigSet.Builder
OciCacheConfigSet.Builder. lifecycleState(OciCacheConfigSet.LifecycleState lifecycleState)
The current state of the OCI Cache Config Set.OciCacheConfigSetSummary.Builder
OciCacheConfigSetSummary.Builder. lifecycleState(OciCacheConfigSet.LifecycleState lifecycleState)
The current state of the OCI Cache Config Set.Constructors in com.oracle.bmc.redis.model with parameters of type OciCacheConfigSet.LifecycleState Constructor Description OciCacheConfigSet(String id, String defaultConfigSetId, String description, String displayName, String compartmentId, OciCacheConfigSet.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, OciCacheConfigSet.SoftwareVersion softwareVersion, ConfigurationDetails configurationDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OciCacheConfigSetSummary(String id, String defaultConfigSetId, String displayName, String compartmentId, OciCacheConfigSet.LifecycleState lifecycleState, OciCacheConfigSet.SoftwareVersion softwareVersion, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OciCacheConfigSet.LifecycleState in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return OciCacheConfigSet.LifecycleState Modifier and Type Method Description OciCacheConfigSet.LifecycleState
ListOciCacheConfigSetsRequest. getLifecycleState()
A filter to return the OCI Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.Methods in com.oracle.bmc.redis.requests with parameters of type OciCacheConfigSet.LifecycleState Modifier and Type Method Description ListOciCacheConfigSetsRequest.Builder
ListOciCacheConfigSetsRequest.Builder. lifecycleState(OciCacheConfigSet.LifecycleState lifecycleState)
A filter to return the OCI Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
-