Uses of Class
com.oracle.bmc.redis.model.RedisCluster.SoftwareVersion
-
Packages that use RedisCluster.SoftwareVersion Package Description com.oracle.bmc.redis.model -
-
Uses of RedisCluster.SoftwareVersion in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return RedisCluster.SoftwareVersion Modifier and Type Method Description static RedisCluster.SoftwareVersion
RedisCluster.SoftwareVersion. create(String key)
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.RedisCluster.SoftwareVersion
RedisClusterSummary. getSoftwareVersion()
The OCI Cache engine version that the cluster is running.RedisCluster.SoftwareVersion
UpdateRedisClusterDetails. 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.Methods in com.oracle.bmc.redis.model with parameters of type RedisCluster.SoftwareVersion Modifier and Type Method Description 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.RedisClusterSummary.Builder
RedisClusterSummary.Builder. softwareVersion(RedisCluster.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.UpdateRedisClusterDetails.Builder
UpdateRedisClusterDetails.Builder. softwareVersion(RedisCluster.SoftwareVersion softwareVersion)
The OCI Cache engine version that the cluster is running.Constructors in com.oracle.bmc.redis.model with parameters of type RedisCluster.SoftwareVersion 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.UpdateRedisClusterDetails(Integer shardCount, String displayName, Integer nodeCount, Float nodeMemoryInGBs, RedisCluster.SoftwareVersion softwareVersion, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-