Package | Description |
---|---|
com.tencentcloudapi.redis.v20180412.models |
Modifier and Type | Method and Description |
---|---|
RedisNodeInfo[] |
UpgradeInstanceRequest.getNodeSet()
Get Additional information for adding replicas for multi-AZ instances, including replica AZ and type (`NodeType` is `1`).
|
RedisNodeInfo[] |
InstanceSet.getNodeSet()
Get Instance node details
Note: This field may return null, indicating that no valid value can be obtained.
|
RedisNodeInfo[] |
CreateInstancesRequest.getNodeSet()
Get The node information of the instance, including node ID, type, and AZ.
|
RedisNodeInfo[] |
CloneInstancesRequest.getNodeSet()
Get Node information of an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
UpgradeInstanceRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set Additional information for adding replicas for multi-AZ instances, including replica AZ and type (`NodeType` is `1`).
|
void |
InstanceSet.setNodeSet(RedisNodeInfo[] NodeSet)
Set Instance node details
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
CreateInstancesRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set The node information of the instance, including node ID, type, and AZ.
|
void |
CloneInstancesRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set Node information of an instance.
|
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.