Class CFSConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.CFSConfig
-
public class CFSConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get cfs的实例的IDStringgetMountType()Get cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 存储的路径StringgetProtocol()Get 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set cfs的实例的IDvoidsetMountType(String MountType)Set cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 存储的路径voidsetProtocol(String Protocol)Set 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。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
-
CFSConfig
public CFSConfig()
-
CFSConfig
public 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.
-
-
Method Detail
-
getId
public String getId()
Get cfs的实例的ID- Returns:
- Id cfs的实例的ID
-
setId
public void setId(String Id)
Set cfs的实例的ID- Parameters:
Id- cfs的实例的ID
-
getPath
public String getPath()
Get 存储的路径- Returns:
- Path 存储的路径
-
setPath
public void setPath(String Path)
Set 存储的路径- Parameters:
Path- 存储的路径
-
getMountType
public String getMountType()
Get cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MountType cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。
-
setMountType
public void setMountType(String MountType)
Set cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MountType- cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE 注意:此字段可能返回 null,表示取不到有效值。
-
getProtocol
public String getProtocol()
Get 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Protocol 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。
-
setProtocol
public void setProtocol(String Protocol)
Set 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Protocol- 协议 1: NFS, 2: TURBO 注意:此字段可能返回 null,表示取不到有效值。
-
-