Package | Description |
---|---|
com.tencentcloudapi.redis.v20180412.models |
Modifier and Type | Method and Description |
---|---|
RedisNodeInfo[] |
InstanceSet.getNodeSet()
Get Instance node details
Note: this field may return `null`, indicating that no valid values can be obtained.
|
RedisNodeInfo[] |
CreateInstancesRequest.getNodeSet()
Get Node information of an instance.
|
RedisNodeInfo[] |
UpgradeInstanceRequest.getNodeSet()
Get The information of the replica to be added to a multi-AZ instance, such as replica availability zone and replica type (`NodeType` should be `1`).
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSet.setNodeSet(RedisNodeInfo[] NodeSet)
Set Instance node details
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
CreateInstancesRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set Node information of an instance.
|
void |
UpgradeInstanceRequest.setNodeSet(RedisNodeInfo[] NodeSet)
Set The information of the replica to be added to a multi-AZ instance, such as replica availability zone and replica type (`NodeType` should be `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 © 2021. All rights reserved.