Class GooseFSOptionOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.thpc.v20220401.models.GooseFSOptionOverview
-
public class GooseFSOptionOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GooseFSOptionOverview()GooseFSOptionOverview(GooseFSOptionOverview 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalPath()Get 文件系统本地挂载路径。String[]getMasters()Get 文件系统master的ip和端口。StringgetRemotePath()Get 文件系统远程挂载路径。voidsetLocalPath(String LocalPath)Set 文件系统本地挂载路径。voidsetMasters(String[] Masters)Set 文件系统master的ip和端口。voidsetRemotePath(String RemotePath)Set 文件系统远程挂载路径。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
-
GooseFSOptionOverview
public GooseFSOptionOverview()
-
GooseFSOptionOverview
public GooseFSOptionOverview(GooseFSOptionOverview 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
-
getLocalPath
public String getLocalPath()
Get 文件系统本地挂载路径。- Returns:
- LocalPath 文件系统本地挂载路径。
-
setLocalPath
public void setLocalPath(String LocalPath)
Set 文件系统本地挂载路径。- Parameters:
LocalPath- 文件系统本地挂载路径。
-
getRemotePath
public String getRemotePath()
Get 文件系统远程挂载路径。- Returns:
- RemotePath 文件系统远程挂载路径。
-
setRemotePath
public void setRemotePath(String RemotePath)
Set 文件系统远程挂载路径。- Parameters:
RemotePath- 文件系统远程挂载路径。
-
getMasters
public String[] getMasters()
Get 文件系统master的ip和端口。- Returns:
- Masters 文件系统master的ip和端口。
-
setMasters
public void setMasters(String[] Masters)
Set 文件系统master的ip和端口。- Parameters:
Masters- 文件系统master的ip和端口。
-
-