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的实例的ID | 
| String | getMountType()Get cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPath()Get 存储的路径 | 
| String | getProtocol()Get 协议 1: NFS, 2: TURBO
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set cfs的实例的ID | 
| void | setMountType(String MountType)Set cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set 存储的路径 | 
| void | setProtocol(String Protocol)Set 协议 1: NFS, 2: TURBO
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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的实例的IDpublic String getPath()
public void setPath(String Path)
Path - 存储的路径public String getMountType()
public void setMountType(String MountType)
MountType - cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议 1: NFS, 2: TURBO
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.