Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
CfsConfig |
CreateFunctionRequest.getCfsConfig()
Get 文件系统配置参数,用于云函数挂载文件系统
|
CfsConfig |
UpdateFunctionConfigurationRequest.getCfsConfig()
Get 文件系统配置入参,用于云函数绑定CFS文件系统
|
CfsConfig |
GetFunctionResponse.getCfsConfig()
Get 文件系统配置参数,用于云函数挂载文件系统
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setCfsConfig(CfsConfig CfsConfig)
Set 文件系统配置参数,用于云函数挂载文件系统
|
void |
UpdateFunctionConfigurationRequest.setCfsConfig(CfsConfig CfsConfig)
Set 文件系统配置入参,用于云函数绑定CFS文件系统
|
void |
GetFunctionResponse.setCfsConfig(CfsConfig CfsConfig)
Set 文件系统配置参数,用于云函数挂载文件系统
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and 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.
|
Copyright © 2022. All rights reserved.