Class StorageOptionOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.thpc.v20220401.models.StorageOptionOverview
-
public class StorageOptionOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StorageOptionOverview()StorageOptionOverview(StorageOptionOverview 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 CFSOptionOverview[]getCFSOptions()Get CFS存储选项概览信息列表。GooseFSOptionOverview[]getGooseFSOptions()Get GooseFS存储选项概览信息列表。voidsetCFSOptions(CFSOptionOverview[] CFSOptions)Set CFS存储选项概览信息列表。voidsetGooseFSOptions(GooseFSOptionOverview[] 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
-
StorageOptionOverview
public StorageOptionOverview()
-
StorageOptionOverview
public StorageOptionOverview(StorageOptionOverview 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 CFSOptionOverview[] getCFSOptions()
Get CFS存储选项概览信息列表。- Returns:
- CFSOptions CFS存储选项概览信息列表。
-
setCFSOptions
public void setCFSOptions(CFSOptionOverview[] CFSOptions)
Set CFS存储选项概览信息列表。- Parameters:
CFSOptions- CFS存储选项概览信息列表。
-
getGooseFSOptions
public GooseFSOptionOverview[] getGooseFSOptions()
Get GooseFS存储选项概览信息列表。- Returns:
- GooseFSOptions GooseFS存储选项概览信息列表。
-
setGooseFSOptions
public void setGooseFSOptions(GooseFSOptionOverview[] GooseFSOptions)
Set GooseFS存储选项概览信息列表。- Parameters:
GooseFSOptions- GooseFS存储选项概览信息列表。
-
-