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