public class HostVolumeContext extends AbstractModel
| Constructor and Description | 
|---|
| HostVolumeContext() | 
| HostVolumeContext(HostVolumeContext 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getVolumePath()Get The directory for mounting the host in the pod, which is the mount point of the host in the resource. | 
| void | setVolumePath(String VolumePath)Set The directory for mounting the host in the pod, which is the mount point of the host in the resource. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic HostVolumeContext()
public HostVolumeContext(HostVolumeContext source)
public String getVolumePath()
public void setVolumePath(String VolumePath)
VolumePath - The directory for mounting the host in the pod, which is the mount point of the host in the resource. A specified mount point corresponds to the host path and is used as the data storage directory in the pod.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.