public class StorageOption extends AbstractModel
header, skipSign| 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文件系统选项。 | 
| GooseFSxOption[] | getGooseFSxOptions()Get 集群挂载GooseFSx文件系统选项。 | 
| void | setCFSOptions(CFSOption[] CFSOptions)Set 集群挂载CFS文件系统选项。 | 
| void | setGooseFSOptions(GooseFSOption[] GooseFSOptions)Set 集群挂载GooseFS文件系统选项。 | 
| void | setGooseFSxOptions(GooseFSxOption[] GooseFSxOptions)Set 集群挂载GooseFSx文件系统选项。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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文件系统选项。public GooseFSxOption[] getGooseFSxOptions()
public void setGooseFSxOptions(GooseFSxOption[] GooseFSxOptions)
GooseFSxOptions - 集群挂载GooseFSx文件系统选项。Copyright © 2025. All rights reserved.