public class InspectImageResponse
extends java.lang.Object
| Constructor and Description |
|---|
InspectImageResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArch() |
java.lang.String |
getAuthor() |
java.lang.String |
getComment() |
ContainerConfig |
getConfig()
Get the image commit configuration
|
java.lang.String |
getContainer() |
ContainerConfig |
getContainerConfig()
If the image was created from a container, this config contains the configuration of the container
which was committed in this image
|
java.lang.String |
getCreated() |
java.lang.String |
getDockerVersion() |
GraphDriver |
getGraphDriver() |
java.lang.String |
getId() |
java.lang.String |
getOs() |
java.lang.String |
getOsVersion() |
java.lang.String |
getParent() |
java.util.List<java.lang.String> |
getRepoDigests() |
java.util.List<java.lang.String> |
getRepoTags() |
RootFS |
getRootFS() |
java.lang.Long |
getSize() |
java.lang.Long |
getVirtualSize() |
InspectImageResponse |
withArch(java.lang.String arch) |
InspectImageResponse |
withAuthor(java.lang.String author) |
InspectImageResponse |
withComment(java.lang.String comment) |
InspectImageResponse |
withConfig(ContainerConfig config) |
InspectImageResponse |
withContainer(java.lang.String container) |
InspectImageResponse |
withContainerConfig(ContainerConfig containerConfig) |
InspectImageResponse |
withCreated(java.lang.String created) |
InspectImageResponse |
withDockerVersion(java.lang.String dockerVersion) |
InspectImageResponse |
withGraphDriver(GraphDriver graphDriver) |
InspectImageResponse |
withId(java.lang.String id) |
InspectImageResponse |
withOs(java.lang.String os) |
InspectImageResponse |
withOsVersion(java.lang.String osVersion) |
InspectImageResponse |
withParent(java.lang.String parent) |
InspectImageResponse |
withRepoDigests(java.util.List<java.lang.String> repoDigests) |
InspectImageResponse |
withRepoTags(java.util.List<java.lang.String> repoTags) |
InspectImageResponse |
withRootFS(RootFS rootFS) |
InspectImageResponse |
withSize(java.lang.Long size) |
InspectImageResponse |
withVirtualSize(java.lang.Long virtualSize) |
@CheckForNull public java.lang.String getArch()
archpublic InspectImageResponse withArch(java.lang.String arch)
arch@CheckForNull public java.lang.String getAuthor()
authorpublic InspectImageResponse withAuthor(java.lang.String author)
author@CheckForNull public java.lang.String getComment()
commentpublic InspectImageResponse withComment(java.lang.String comment)
comment@CheckForNull public ContainerConfig getConfig()
configpublic InspectImageResponse withConfig(ContainerConfig config)
config@CheckForNull public java.lang.String getContainer()
containerpublic InspectImageResponse withContainer(java.lang.String container)
container@CheckForNull public ContainerConfig getContainerConfig()
containerConfigpublic InspectImageResponse withContainerConfig(ContainerConfig containerConfig)
containerConfig@CheckForNull public java.lang.String getCreated()
createdpublic InspectImageResponse withCreated(java.lang.String created)
created@CheckForNull public java.lang.String getDockerVersion()
dockerVersionpublic InspectImageResponse withDockerVersion(java.lang.String dockerVersion)
dockerVersion@CheckForNull public java.lang.String getId()
idpublic InspectImageResponse withId(java.lang.String id)
id@CheckForNull public java.lang.String getOs()
ospublic InspectImageResponse withOs(java.lang.String os)
os@CheckForNull public java.lang.String getOsVersion()
osVersionpublic InspectImageResponse withOsVersion(java.lang.String osVersion)
osVersion@CheckForNull public java.lang.String getParent()
parentpublic InspectImageResponse withParent(java.lang.String parent)
parent@CheckForNull public java.util.List<java.lang.String> getRepoTags()
repoTagspublic InspectImageResponse withRepoTags(java.util.List<java.lang.String> repoTags)
repoTags@CheckForNull public java.lang.Long getSize()
sizepublic InspectImageResponse withSize(java.lang.Long size)
size@CheckForNull public java.util.List<java.lang.String> getRepoDigests()
repoDigestspublic InspectImageResponse withRepoDigests(java.util.List<java.lang.String> repoDigests)
repoDigests@CheckForNull public GraphDriver getGraphDriver()
graphDriverpublic InspectImageResponse withGraphDriver(GraphDriver graphDriver)
graphDriver@CheckForNull public java.lang.Long getVirtualSize()
virtualSizepublic InspectImageResponse withVirtualSize(java.lang.Long virtualSize)
virtualSizepublic InspectImageResponse withRootFS(RootFS rootFS)
rootFSCopyright © 2020. All Rights Reserved.