Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ClusterCustomParameters
-
Packages that use ClusterCustomParameters Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ClusterCustomParameters in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ClusterCustomParameters Modifier and Type Method Description ClusterCustomParameters[]DescribeAgentDaemonSetCmdRequest. getClusterCustomParameters()Get 集群自定义参数Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCustomParameters Modifier and Type Method Description voidDescribeAgentDaemonSetCmdRequest. setClusterCustomParameters(ClusterCustomParameters[] ClusterCustomParameters)Set 集群自定义参数Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCustomParameters Constructor Description ClusterCustomParameters(ClusterCustomParameters 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.
-