Uses of Class
com.tencentcloudapi.iecp.v20210914.models.DockerConfig
-
Packages that use DockerConfig Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of DockerConfig in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return DockerConfig Modifier and Type Method Description DockerConfigCreateSecretRequest. getDockerConfig()Get DockerConfig配置Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type DockerConfig Modifier and Type Method Description voidCreateSecretRequest. setDockerConfig(DockerConfig DockerConfig)Set DockerConfig配置Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type DockerConfig Constructor Description DockerConfig(DockerConfig 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.
-