Uses of Class
com.tencentcloudapi.cdc.v20201214.models.HostInfo
-
Packages that use HostInfo Package Description com.tencentcloudapi.cdc.v20201214.models -
-
Uses of HostInfo in com.tencentcloudapi.cdc.v20201214.models
Methods in com.tencentcloudapi.cdc.v20201214.models that return HostInfo Modifier and Type Method Description HostInfo[]DescribeDedicatedClusterHostsResponse. getHostInfoSet()Get 宿主机信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdc.v20201214.models with parameters of type HostInfo Modifier and Type Method Description voidDescribeDedicatedClusterHostsResponse. setHostInfoSet(HostInfo[] HostInfoSet)Set 宿主机信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdc.v20201214.models with parameters of type HostInfo Constructor Description HostInfo(HostInfo 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.
-