Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunImageSecretInfo
-
Packages that use CloudBaseRunImageSecretInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CloudBaseRunImageSecretInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CloudBaseRunImageSecretInfo Modifier and Type Method Description CloudBaseRunImageSecretInfoCreateCloudBaseRunServerVersionRequest. getImageSecretInfo()Get 私有镜像秘钥信息Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunImageSecretInfo Modifier and Type Method Description voidCreateCloudBaseRunServerVersionRequest. setImageSecretInfo(CloudBaseRunImageSecretInfo ImageSecretInfo)Set 私有镜像秘钥信息Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunImageSecretInfo Constructor Description CloudBaseRunImageSecretInfo(CloudBaseRunImageSecretInfo 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.
-