Class NfsVolume
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.NfsVolume
-
public class NfsVolume extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get nfs volume 数据卷名称StringgetPath()Get NFS 数据卷路径BooleangetReadOnly()Get 默认为 FalseStringgetServer()Get NFS 服务器地址voidsetName(String Name)Set nfs volume 数据卷名称voidsetPath(String Path)Set NFS 数据卷路径voidsetReadOnly(Boolean ReadOnly)Set 默认为 FalsevoidsetServer(String Server)Set NFS 服务器地址voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NfsVolume
public NfsVolume()
-
NfsVolume
public 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.
-
-
Method Detail
-
getName
public String getName()
Get nfs volume 数据卷名称- Returns:
- Name nfs volume 数据卷名称
-
setName
public void setName(String Name)
Set nfs volume 数据卷名称- Parameters:
Name- nfs volume 数据卷名称
-
getServer
public String getServer()
Get NFS 服务器地址- Returns:
- Server NFS 服务器地址
-
setServer
public void setServer(String Server)
Set NFS 服务器地址- Parameters:
Server- NFS 服务器地址
-
getPath
public String getPath()
Get NFS 数据卷路径- Returns:
- Path NFS 数据卷路径
-
setPath
public void setPath(String Path)
Set NFS 数据卷路径- Parameters:
Path- NFS 数据卷路径
-
getReadOnly
public Boolean getReadOnly()
Get 默认为 False- Returns:
- ReadOnly 默认为 False
-
setReadOnly
public void setReadOnly(Boolean ReadOnly)
Set 默认为 False- Parameters:
ReadOnly- 默认为 False
-
-