public class CloudBaseRunServiceVolumeMount extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloudBaseRunServiceVolumeMount() | 
| CloudBaseRunServiceVolumeMount(CloudBaseRunServiceVolumeMount 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 | getMountPath()Get 挂载路径 | 
| String | getMountPropagation()Get 传播挂载方式 | 
| String | getName()Get Volume 名称 | 
| Boolean | getReadOnly()Get 是否只读 | 
| String | getSubPath()Get 子路径 | 
| void | setMountPath(String MountPath)Set 挂载路径 | 
| void | setMountPropagation(String MountPropagation)Set 传播挂载方式 | 
| void | setName(String Name)Set Volume 名称 | 
| void | setReadOnly(Boolean ReadOnly)Set 是否只读 | 
| void | setSubPath(String SubPath)Set 子路径 | 
| 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 CloudBaseRunServiceVolumeMount()
public CloudBaseRunServiceVolumeMount(CloudBaseRunServiceVolumeMount source)
public String getName()
public void setName(String Name)
Name - Volume 名称public String getMountPath()
public void setMountPath(String MountPath)
MountPath - 挂载路径public Boolean getReadOnly()
public void setReadOnly(Boolean ReadOnly)
ReadOnly - 是否只读public String getSubPath()
public void setSubPath(String SubPath)
SubPath - 子路径public String getMountPropagation()
public void setMountPropagation(String MountPropagation)
MountPropagation - 传播挂载方式Copyright © 2025. All rights reserved.