public class NfsVolume extends AbstractModel
Constructor and Description |
---|
NfsVolume() |
NfsVolume(NfsVolume 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 |
getName()
Get nfs volume 数据卷名称
|
String |
getPath()
Get NFS 数据卷路径
|
Boolean |
getReadOnly()
Get 默认为 False
|
String |
getServer()
Get NFS 服务器地址
|
void |
setName(String Name)
Set nfs volume 数据卷名称
|
void |
setPath(String Path)
Set NFS 数据卷路径
|
void |
setReadOnly(Boolean ReadOnly)
Set 默认为 False
|
void |
setServer(String Server)
Set NFS 服务器地址
|
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 NfsVolume()
public NfsVolume(NfsVolume source)
public String getName()
public void setName(String Name)
Name
- nfs volume 数据卷名称public String getServer()
public void setServer(String Server)
Server
- NFS 服务器地址public String getPath()
public void setPath(String Path)
Path
- NFS 数据卷路径public Boolean getReadOnly()
public void setReadOnly(Boolean ReadOnly)
ReadOnly
- 默认为 FalseCopyright © 2023. All rights reserved.