Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.ServerDetailInfo
-
Packages that use ServerDetailInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of ServerDetailInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return ServerDetailInfo Modifier and Type Method Description ServerDetailInfo[]ClusterInfo. getServerList()Get 独占server机器信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ServerDetailInfo Modifier and Type Method Description voidClusterInfo. setServerList(ServerDetailInfo[] ServerList)Set 独占server机器信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ServerDetailInfo Constructor Description ServerDetailInfo(ServerDetailInfo 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.
-