Package | Description |
---|---|
com.tencentcloudapi.redis.v20180412.models |
Modifier and Type | Method and Description |
---|---|
RedisNodeInfo[] |
InstanceSet.getNodeSet()
Get 实例的节点详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
RedisNodeInfo[] |
CreateInstancesRequest.getNodeSet()
Get 实例的节点信息,目前支持传入节点的类型(主节点或者副本节点),节点的可用区。单可用区部署不需要传递此参数。
|
RedisNodeInfo[] |
UpgradeInstanceRequest.getNodeSet()
Get 多AZ实例增加副本时的附带信息,非多AZ实例不需要传此参数。多AZ增加副本时此参数为必传参数,传入要增加的副本的信息,包括副本的可用区和副本的类型(NodeType为1)
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSet.setNodeSet(RedisNodeInfo[] NodeSet)
Set 实例的节点详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateInstancesRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set 实例的节点信息,目前支持传入节点的类型(主节点或者副本节点),节点的可用区。单可用区部署不需要传递此参数。
|
void |
UpgradeInstanceRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set 多AZ实例增加副本时的附带信息,非多AZ实例不需要传此参数。多AZ增加副本时此参数为必传参数,传入要增加的副本的信息,包括副本的可用区和副本的类型(NodeType为1)
|
Constructor and Description |
---|
RedisNodeInfo(RedisNodeInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.