public class HostPathVolumeSource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HostPathVolumeSource() | 
| HostPathVolumeSource(HostPathVolumeSource 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 | getPath()Get 主机路径 | 
| String | getType()Get 主机路径类型,当前默认DirectoryOrCreate | 
| void | setPath(String Path)Set 主机路径 | 
| void | setType(String Type)Set 主机路径类型,当前默认DirectoryOrCreate | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HostPathVolumeSource()
public HostPathVolumeSource(HostPathVolumeSource source)
public String getPath()
public void setPath(String Path)
Path - 主机路径public String getType()
public void setType(String Type)
Type - 主机路径类型,当前默认DirectoryOrCreateCopyright © 2025. All rights reserved.