Uses of Class
com.oracle.bmc.redis.model.NodeCollection
-
Packages that use NodeCollection Package Description com.oracle.bmc.redis.model -
-
Uses of NodeCollection in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return NodeCollection Modifier and Type Method Description NodeCollection
NodeCollection.Builder. build()
NodeCollection
RedisCluster. getNodeCollection()
Methods in com.oracle.bmc.redis.model with parameters of type NodeCollection Modifier and Type Method Description NodeCollection.Builder
NodeCollection.Builder. copy(NodeCollection model)
RedisCluster.Builder
RedisCluster.Builder. nodeCollection(NodeCollection nodeCollection)
Constructors in com.oracle.bmc.redis.model with parameters of type NodeCollection 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, 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.
-