Uses of Class
com.tencentcloudapi.iecp.v20210914.models.VolumeHostPath
-
Packages that use VolumeHostPath Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of VolumeHostPath in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return VolumeHostPath Modifier and Type Method Description VolumeHostPathVolume. getHostPath()Get Host挂载配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeHostPath Modifier and Type Method Description voidVolume. setHostPath(VolumeHostPath HostPath)Set Host挂载配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type VolumeHostPath Constructor Description VolumeHostPath(VolumeHostPath 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.
-