Uses of Class
com.tencentcloudapi.scf.v20180416.models.ImageConfig
-
Packages that use ImageConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of ImageConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return ImageConfig Modifier and Type Method Description ImageConfigCode. getImageConfig()Get 镜像部署时配置TCR镜像信息Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type ImageConfig Modifier and Type Method Description voidCode. setImageConfig(ImageConfig ImageConfig)Set 镜像部署时配置TCR镜像信息Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type ImageConfig Constructor Description ImageConfig(ImageConfig 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.
-