public class StorageOption extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CFSOption[] |
getCFSOptions()
Get 集群挂载CFS文件系统选项
|
GooseFSOption[] |
getGooseFSOptions()
Get 集群挂在GooseFS文件系统选项
|
void |
setCFSOptions(CFSOption[] CFSOptions)
Set 集群挂载CFS文件系统选项
|
void |
setGooseFSOptions(GooseFSOption[] GooseFSOptions)
Set 集群挂在GooseFS文件系统选项
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StorageOption()
public StorageOption(StorageOption source)
public CFSOption[] getCFSOptions()
public void setCFSOptions(CFSOption[] CFSOptions)
CFSOptions
- 集群挂载CFS文件系统选项public GooseFSOption[] getGooseFSOptions()
public void setGooseFSOptions(GooseFSOption[] GooseFSOptions)
GooseFSOptions
- 集群挂在GooseFS文件系统选项Copyright © 2023. All rights reserved.