public class CloudBaseRunVolumeMount extends AbstractModel
skipSign
Constructor and Description |
---|
CloudBaseRunVolumeMount() |
CloudBaseRunVolumeMount(CloudBaseRunVolumeMount 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 |
getName()
Get 资源名
|
CloudBaseRunNfsVolumeSource[] |
getNfsVolumes()
Get Nfs挂载信息
|
Boolean |
getReadOnly()
Get 是否只读
|
void |
setMountPath(String MountPath)
Set 挂载路径
|
void |
setName(String Name)
Set 资源名
|
void |
setNfsVolumes(CloudBaseRunNfsVolumeSource[] NfsVolumes)
Set Nfs挂载信息
|
void |
setReadOnly(Boolean ReadOnly)
Set 是否只读
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CloudBaseRunVolumeMount()
public CloudBaseRunVolumeMount(CloudBaseRunVolumeMount source)
public String getName()
public void setName(String Name)
Name
- 资源名public String getMountPath()
public void setMountPath(String MountPath)
MountPath
- 挂载路径public Boolean getReadOnly()
public void setReadOnly(Boolean ReadOnly)
ReadOnly
- 是否只读public CloudBaseRunNfsVolumeSource[] getNfsVolumes()
public void setNfsVolumes(CloudBaseRunNfsVolumeSource[] NfsVolumes)
NfsVolumes
- Nfs挂载信息Copyright © 2023. All rights reserved.