Package | Description |
---|---|
com.tencentcloudapi.postgres.v20170312.models |
Modifier and Type | Method and Description |
---|---|
DBNode[] |
CreateInstancesRequest.getDBNodeSet()
Get Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
DBNode[] |
ModifyDBInstanceDeploymentRequest.getDBNodeSet()
Get Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
DBNode[] |
DBInstance.getDBNodeSet()
Get Instance node information
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
DBNode[] |
CloneDBInstanceRequest.getDBNodeSet()
Get Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInstancesRequest.setDBNodeSet(DBNode[] DBNodeSet)
Set Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
void |
ModifyDBInstanceDeploymentRequest.setDBNodeSet(DBNode[] DBNodeSet)
Set Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
void |
DBInstance.setDBNodeSet(DBNode[] DBNodeSet)
Set Instance node information
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
CloneDBInstanceRequest.setDBNodeSet(DBNode[] DBNodeSet)
Set Deployment information of the instance node, which will display the information of each AZ when the instance node is deployed across multiple AZs.
|
Constructor and Description |
---|
DBNode(DBNode 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.