Uses of Class
com.oracle.bmc.redis.model.RedisCluster.ClusterMode
-
Packages that use RedisCluster.ClusterMode Package Description com.oracle.bmc.redis.model -
-
Uses of RedisCluster.ClusterMode in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return RedisCluster.ClusterMode Modifier and Type Method Description static RedisCluster.ClusterMode
RedisCluster.ClusterMode. create(String key)
RedisCluster.ClusterMode
CreateRedisClusterDetails. getClusterMode()
Specifies whether the cluster is sharded or non-sharded.RedisCluster.ClusterMode
RedisCluster. getClusterMode()
Specifies whether the cluster is sharded or non-sharded.RedisCluster.ClusterMode
RedisClusterSummary. getClusterMode()
Specifies whether the cluster is sharded or non-sharded.static RedisCluster.ClusterMode
RedisCluster.ClusterMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisCluster.ClusterMode[]
RedisCluster.ClusterMode. 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 RedisCluster.ClusterMode Modifier and Type Method Description CreateRedisClusterDetails.Builder
CreateRedisClusterDetails.Builder. clusterMode(RedisCluster.ClusterMode clusterMode)
Specifies whether the cluster is sharded or non-sharded.RedisCluster.Builder
RedisCluster.Builder. clusterMode(RedisCluster.ClusterMode clusterMode)
Specifies whether the cluster is sharded or non-sharded.RedisClusterSummary.Builder
RedisClusterSummary.Builder. clusterMode(RedisCluster.ClusterMode clusterMode)
Specifies whether the cluster is sharded or non-sharded.Constructors in com.oracle.bmc.redis.model with parameters of type RedisCluster.ClusterMode Constructor Description CreateRedisClusterDetails(RedisCluster.ClusterMode clusterMode, Integer shardCount, String displayName, String compartmentId, Integer nodeCount, RedisCluster.SoftwareVersion softwareVersion, Float nodeMemoryInGBs, String subnetId, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.RedisCluster(String id, String displayName, String compartmentId, RedisCluster.LifecycleState lifecycleState, String lifecycleDetails, Integer nodeCount, Float nodeMemoryInGBs, String primaryFqdn, String primaryEndpointIpAddress, String replicasFqdn, String replicasEndpointIpAddress, RedisCluster.SoftwareVersion softwareVersion, String subnetId, Date timeCreated, Date timeUpdated, NodeCollection nodeCollection, RedisCluster.ClusterMode clusterMode, Integer shardCount, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RedisClusterSummary(String id, String displayName, String compartmentId, RedisCluster.LifecycleState lifecycleState, String lifecycleDetails, Integer nodeCount, Float nodeMemoryInGBs, String primaryFqdn, String primaryEndpointIpAddress, String replicasFqdn, String replicasEndpointIpAddress, RedisCluster.SoftwareVersion softwareVersion, String subnetId, Date timeCreated, Date timeUpdated, RedisCluster.ClusterMode clusterMode, Integer shardCount, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-