Class GooseFSxOptionOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.thpc.v20230321.models.GooseFSxOptionOverview
-
public class GooseFSxOptionOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GooseFSxOptionOverview()GooseFSxOptionOverview(GooseFSxOptionOverview 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 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。String[]getMasters()Get 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetLocalPath(String LocalPath)Set 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。voidsetMasters(String[] Masters)Set 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。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
-
GooseFSxOptionOverview
public GooseFSxOptionOverview()
-
GooseFSxOptionOverview
public GooseFSxOptionOverview(GooseFSxOptionOverview 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
-
getMasters
public String[] getMasters()
Get 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Masters 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setMasters
public void setMasters(String[] Masters)
Set 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Masters- 文件系统master的ip和端口列表。 注意:此字段可能返回 null,表示取不到有效值。
-
getLocalPath
public String getLocalPath()
Get 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LocalPath 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。
-
setLocalPath
public void setLocalPath(String LocalPath)
Set 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LocalPath- 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。 注意:此字段可能返回 null,表示取不到有效值。
-
-