Class StorageOption
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.thpc.v20220401.models.StorageOption
-
public class StorageOption extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StorageOption()StorageOption(StorageOption 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 CFSOption[]getCFSOptions()Get 集群挂载CFS文件系统选项。GooseFSOption[]getGooseFSOptions()Get 集群挂载GooseFS文件系统选项。voidsetCFSOptions(CFSOption[] CFSOptions)Set 集群挂载CFS文件系统选项。voidsetGooseFSOptions(GooseFSOption[] GooseFSOptions)Set 集群挂载GooseFS文件系统选项。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
-
StorageOption
public StorageOption()
-
StorageOption
public StorageOption(StorageOption 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
-
getCFSOptions
public CFSOption[] getCFSOptions()
Get 集群挂载CFS文件系统选项。- Returns:
- CFSOptions 集群挂载CFS文件系统选项。
-
setCFSOptions
public void setCFSOptions(CFSOption[] CFSOptions)
Set 集群挂载CFS文件系统选项。- Parameters:
CFSOptions- 集群挂载CFS文件系统选项。
-
getGooseFSOptions
public GooseFSOption[] getGooseFSOptions()
Get 集群挂载GooseFS文件系统选项。- Returns:
- GooseFSOptions 集群挂载GooseFS文件系统选项。
-
setGooseFSOptions
public void setGooseFSOptions(GooseFSOption[] GooseFSOptions)
Set 集群挂载GooseFS文件系统选项。- Parameters:
GooseFSOptions- 集群挂载GooseFS文件系统选项。
-
-