Package | Description |
---|---|
com.oracle.bmc.redis.model |
Modifier and Type | Method and Description |
---|---|
NodeCollection |
NodeCollection.Builder.build() |
NodeCollection |
RedisCluster.getNodeCollection() |
Modifier and Type | Method and Description |
---|---|
NodeCollection.Builder |
NodeCollection.Builder.copy(NodeCollection model) |
RedisCluster.Builder |
RedisCluster.Builder.nodeCollection(NodeCollection nodeCollection) |
Constructor and 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,
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.
|
Copyright © 2016–2024. All rights reserved.