Uses of Class
org.jclouds.docker.domain.ImageSummary
-
Packages that use ImageSummary Package Description org.jclouds.docker.domain org.jclouds.docker.features -
-
Uses of ImageSummary in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return ImageSummary Modifier and Type Method Description static ImageSummaryImageSummary. create(String id, long created, String parentId, long size, long virtualSize, List<String> repoTags) -
Uses of ImageSummary in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return types with arguments of type ImageSummary Modifier and Type Method Description List<ImageSummary>ImageApi. listImages()List<ImageSummary>ImageApi. listImages(ListImageOptions options)
-