Uses of Class
com.oracle.bmc.redis.model.RedisCluster.ClusterRole
-
Packages that use RedisCluster.ClusterRole Package Description com.oracle.bmc.redis.model -
-
Uses of RedisCluster.ClusterRole in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return RedisCluster.ClusterRole Modifier and Type Method Description static RedisCluster.ClusterRoleRedisCluster.ClusterRole. create(String key)RedisCluster.ClusterRoleRedisCluster. getClusterRole()The current role of the cluster.RedisCluster.ClusterRoleRedisClusterSummary. getClusterRole()The current role of the cluster.static RedisCluster.ClusterRoleRedisCluster.ClusterRole. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisCluster.ClusterRole[]RedisCluster.ClusterRole. 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.ClusterRole Modifier and Type Method Description RedisCluster.BuilderRedisCluster.Builder. clusterRole(RedisCluster.ClusterRole clusterRole)The current role of the cluster.RedisClusterSummary.BuilderRedisClusterSummary.Builder. clusterRole(RedisCluster.ClusterRole clusterRole)The current role of the cluster.Constructors in com.oracle.bmc.redis.model with parameters of type RedisCluster.ClusterRole Constructor Description RedisCluster(String id, String displayName, String compartmentId, RedisCluster.LifecycleState lifecycleState, String lifecycleDetails, Integer nodeCount, Float nodeMemoryInGBs, String primaryFqdn, String primaryEndpointIpAddress, String replicasFqdn, String replicasEndpointIpAddress, String discoveryFqdn, String discoveryEndpointIpAddress, RedisCluster.SoftwareVersion softwareVersion, String subnetId, Date timeCreated, Date timeUpdated, NodeCollection nodeCollection, String ociCacheConfigSetId, RedisCluster.ClusterMode clusterMode, Integer shardCount, List<String> nsgIds, String backupId, ImportOciCacheFromObjectStorageDetails importFromObjectStorageDetails, Map<String,Map<String,Object>> securityAttributes, RedisCluster.ClusterRole clusterRole, String primaryClusterId, ClusterReplicationTopology clusterReplicationTopology, 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, String discoveryFqdn, String discoveryEndpointIpAddress, RedisCluster.SoftwareVersion softwareVersion, String subnetId, Date timeCreated, Date timeUpdated, String ociCacheConfigSetId, RedisCluster.ClusterMode clusterMode, Integer shardCount, List<String> nsgIds, String backupId, Map<String,Map<String,Object>> securityAttributes, RedisCluster.ClusterRole clusterRole, String primaryClusterId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-