Uses of Class
com.tencentcloudapi.scf.v20180416.models.CfsInsInfo
-
Packages that use CfsInsInfo Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of CfsInsInfo in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return CfsInsInfo Modifier and Type Method Description CfsInsInfo[]CfsConfig. getCfsInsList()Get 文件系统信息列表Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type CfsInsInfo Modifier and Type Method Description voidCfsConfig. setCfsInsList(CfsInsInfo[] CfsInsList)Set 文件系统信息列表Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type CfsInsInfo Constructor Description CfsInsInfo(CfsInsInfo 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.
-