Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.NodeInfo
-
Packages that use NodeInfo Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of NodeInfo in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return NodeInfo Modifier and Type Method Description NodeInfo[]DescribeDBInstanceDetailResponse. getNodesInfo()Get 实例的各个DB节点信息 注意:此字段可能返回 null,表示取不到有效值。NodeInfo[]DescribeInstanceNodeInfoResponse. getNodesInfo()Get 节点信息Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type NodeInfo Modifier and Type Method Description voidDescribeDBInstanceDetailResponse. setNodesInfo(NodeInfo[] NodesInfo)Set 实例的各个DB节点信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeInstanceNodeInfoResponse. setNodesInfo(NodeInfo[] NodesInfo)Set 节点信息Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type NodeInfo Constructor Description NodeInfo(NodeInfo 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.
-