Package | Description |
---|---|
com.tencentcloudapi.redis.v20180412.models |
Modifier and Type | Method and Description |
---|---|
RedisNodeInfo[] |
InstanceSet.getNodeSet()
Get 实例的节点详细信息。
注意:此字段可能返回 null,表示取不到有效值。
|
RedisNodeInfo[] |
UpgradeInstanceRequest.getNodeSet()
Get 多AZ实例,增加副本时的附带信息,包括副本的可用区和副本的类型(NodeType为1)。非多AZ实例不需要配置该参数。
|
RedisNodeInfo[] |
CreateInstancesRequest.getNodeSet()
Get 实例的节点信息,目前支持传入节点的类型(主节点或者副本节点),节点的可用区。单可用区部署不需要传递此参数。
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSet.setNodeSet(RedisNodeInfo[] NodeSet)
Set 实例的节点详细信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
UpgradeInstanceRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set 多AZ实例,增加副本时的附带信息,包括副本的可用区和副本的类型(NodeType为1)。非多AZ实例不需要配置该参数。
|
void |
CreateInstancesRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set 实例的节点信息,目前支持传入节点的类型(主节点或者副本节点),节点的可用区。单可用区部署不需要传递此参数。
|
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 © 2023. All rights reserved.