Uses of Class
com.tencentcloudapi.emr.v20190103.models.PodSpec
-
Packages that use PodSpec Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of PodSpec in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return PodSpec Modifier and Type Method Description PodSpecScaleOutInstanceRequest. getPodSpec()Get 使用Pod资源扩容时,指定的Pod规格以及来源等信息Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type PodSpec Modifier and Type Method Description voidScaleOutInstanceRequest. setPodSpec(PodSpec PodSpec)Set 使用Pod资源扩容时,指定的Pod规格以及来源等信息Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type PodSpec Constructor Description PodSpec(PodSpec 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.
-