Uses of Class
com.tencentcloudapi.emr.v20190103.models.PodVolume
-
Packages that use PodVolume Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of PodVolume in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return PodVolume Modifier and Type Method Description PodVolume[]PodNewSpec. getPodVolumes()Get Pod节点数据目录挂载信息。PodVolume[]PodSpec. getPodVolumes()Get Pod节点数据目录挂载信息。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type PodVolume Modifier and Type Method Description voidPodNewSpec. setPodVolumes(PodVolume[] PodVolumes)Set Pod节点数据目录挂载信息。voidPodSpec. setPodVolumes(PodVolume[] PodVolumes)Set Pod节点数据目录挂载信息。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type PodVolume Constructor Description PodVolume(PodVolume 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.
-