Uses of Class
com.tencentcloudapi.tke.v20180525.models.ImageCacheEvent
-
Packages that use ImageCacheEvent Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ImageCacheEvent in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ImageCacheEvent Modifier and Type Method Description ImageCacheEvent[]
ImageCache. getEvents()
Get 镜像缓存事件信息Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ImageCacheEvent Modifier and Type Method Description void
ImageCache. setEvents(ImageCacheEvent[] Events)
Set 镜像缓存事件信息Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ImageCacheEvent Constructor Description ImageCacheEvent(ImageCacheEvent 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.
-