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 Directory in the pod for mounting the host, which is the mount point of resources for the host.
|
void |
setVolumePath(String VolumePath)
Set Directory in the pod for mounting the host, which is the mount point of resources for the host.
|
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, toJsonString
public HostVolumeContext()
public HostVolumeContext(HostVolumeContext source)
public String getVolumePath()
public void setVolumePath(String VolumePath)
VolumePath
- Directory in the pod for mounting the host, which is the mount point of resources for the host. The 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 © 2021. All rights reserved.