public class CFSConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CFSConfig() | 
| CFSConfig(CFSConfig 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 | 
|---|---|
| String | getId()Get CFS instance ID. | 
| String | getMountType()Get Mounting type of CFS. | 
| String | getPath()Get Storage path. | 
| String | getProtocol()Get Protocol. | 
| void | setId(String Id)Set CFS instance ID. | 
| void | setMountType(String MountType)Set Mounting type of CFS. | 
| void | setPath(String Path)Set Storage path. | 
| void | setProtocol(String Protocol)Set Protocol. | 
| 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 CFSConfig()
public CFSConfig(CFSConfig source)
public String getId()
public void setId(String Id)
Id - CFS instance ID.public String getPath()
public void setPath(String Path)
Path - Storage path.public String getMountType()
public void setMountType(String MountType)
MountType - Mounting type of CFS. Valid values: STORAGE and SOURCE, which respectively indicate the storage expansion mode and the data source mode. The default value is STORAGE.Note: This field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Protocol. Valid values: NFS and TURBO.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.