Uses of Class
com.tencentcloudapi.scf.v20180416.models.CfsConfig
-
Packages that use CfsConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of CfsConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return CfsConfig Modifier and Type Method Description CfsConfigCreateFunctionRequest. getCfsConfig()Get 文件系统配置参数,用于云函数挂载文件系统CfsConfigGetFunctionResponse. getCfsConfig()Get 文件系统配置参数,用于云函数挂载文件系统 注意:此字段可能返回 null,表示取不到有效值。CfsConfigUpdateFunctionConfigurationRequest. getCfsConfig()Get 文件系统配置入参,用于云函数绑定CFS文件系统Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type CfsConfig Modifier and Type Method Description voidCreateFunctionRequest. setCfsConfig(CfsConfig CfsConfig)Set 文件系统配置参数,用于云函数挂载文件系统voidGetFunctionResponse. setCfsConfig(CfsConfig CfsConfig)Set 文件系统配置参数,用于云函数挂载文件系统 注意:此字段可能返回 null,表示取不到有效值。voidUpdateFunctionConfigurationRequest. setCfsConfig(CfsConfig CfsConfig)Set 文件系统配置入参,用于云函数绑定CFS文件系统Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type CfsConfig Constructor Description 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.
-