Uses of Class
com.tencentcloudapi.thpc.v20220401.models.ComputeNodeOverview
-
Packages that use ComputeNodeOverview Package Description com.tencentcloudapi.thpc.v20220401.models -
-
Uses of ComputeNodeOverview in com.tencentcloudapi.thpc.v20220401.models
Methods in com.tencentcloudapi.thpc.v20220401.models that return ComputeNodeOverview Modifier and Type Method Description ComputeNodeOverview[]ClusterOverview. getComputeNodeSet()Get 计算节点概览。Methods in com.tencentcloudapi.thpc.v20220401.models with parameters of type ComputeNodeOverview Modifier and Type Method Description voidClusterOverview. setComputeNodeSet(ComputeNodeOverview[] ComputeNodeSet)Set 计算节点概览。Constructors in com.tencentcloudapi.thpc.v20220401.models with parameters of type ComputeNodeOverview Constructor Description ComputeNodeOverview(ComputeNodeOverview 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.
-