Package | Description |
---|---|
com.oracle.bmc.redis.model |
Modifier and Type | Method and Description |
---|---|
static RedisCluster.ClusterMode |
RedisCluster.ClusterMode.create(String key) |
RedisCluster.ClusterMode |
RedisClusterSummary.getClusterMode()
Specifies whether the cluster is sharded or non-sharded.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RedisClusterSummary.Builder |
RedisClusterSummary.Builder.clusterMode(RedisCluster.ClusterMode clusterMode)
Specifies whether the cluster is sharded or non-sharded.
|
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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.