Package | Description |
---|---|
com.oracle.bmc.redis.model |
Modifier and Type | Method and Description |
---|---|
static RedisCluster.SoftwareVersion |
RedisCluster.SoftwareVersion.create(String key) |
RedisCluster.SoftwareVersion |
RedisClusterSummary.getSoftwareVersion()
The OCI Cache engine version that the cluster is running.
|
RedisCluster.SoftwareVersion |
CreateRedisClusterDetails.getSoftwareVersion()
The OCI Cache engine version that the cluster is running.
|
RedisCluster.SoftwareVersion |
RedisCluster.getSoftwareVersion()
The OCI Cache engine version that the cluster is running.
|
static RedisCluster.SoftwareVersion |
RedisCluster.SoftwareVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisCluster.SoftwareVersion[] |
RedisCluster.SoftwareVersion.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.softwareVersion(RedisCluster.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.
|
CreateRedisClusterDetails.Builder |
CreateRedisClusterDetails.Builder.softwareVersion(RedisCluster.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.
|
RedisCluster.Builder |
RedisCluster.Builder.softwareVersion(RedisCluster.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.
|
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.