public class ImageInspectFluentImpl<T extends ImageInspectFluent<T>> extends BaseFluent<T> implements ImageInspectFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageInspectFluentImpl.ConfigNestedImpl<N> |
class |
ImageInspectFluentImpl.ContainerConfigNestedImpl<N> |
class |
ImageInspectFluentImpl.GraphDriverNestedImpl<N> |
ImageInspectFluent.ConfigNested<N>, ImageInspectFluent.ContainerConfigNested<N>, ImageInspectFluent.GraphDriverNested<N>_visitables| Constructor and Description |
|---|
ImageInspectFluentImpl() |
ImageInspectFluentImpl(ImageInspect instance) |
public ImageInspectFluentImpl()
public ImageInspectFluentImpl(ImageInspect instance)
public String getArchitecture()
getArchitecture in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withArchitecture(String Architecture)
withArchitecture in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getAuthor()
getAuthor in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withAuthor(String Author)
withAuthor in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getComment()
getComment in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withComment(String Comment)
withComment in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public Config getConfig()
getConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withConfig(Config Config)
withConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ConfigNested<T> withNewConfig()
withNewConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ConfigNested<T> withNewConfigLike(Config item)
withNewConfigLike in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ConfigNested<T> editConfig()
editConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getContainer()
getContainer in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withContainer(String Container)
withContainer in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public Config getContainerConfig()
getContainerConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withContainerConfig(Config ContainerConfig)
withContainerConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ContainerConfigNested<T> withNewContainerConfig()
withNewContainerConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ContainerConfigNested<T> withNewContainerConfigLike(Config item)
withNewContainerConfigLike in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.ContainerConfigNested<T> editContainerConfig()
editContainerConfig in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getCreated()
getCreated in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withCreated(String Created)
withCreated in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getDockerVersion()
getDockerVersion in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withDockerVersion(String DockerVersion)
withDockerVersion in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public GraphDriverData getGraphDriver()
getGraphDriver in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withGraphDriver(GraphDriverData GraphDriver)
withGraphDriver in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.GraphDriverNested<T> withNewGraphDriver()
withNewGraphDriver in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.GraphDriverNested<T> withNewGraphDriverLike(GraphDriverData item)
withNewGraphDriverLike in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public ImageInspectFluent.GraphDriverNested<T> editGraphDriver()
editGraphDriver in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getId()
getId in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withId(String Id)
withId in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getOs()
getOs in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withOs(String Os)
withOs in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public String getParent()
getParent in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withParent(String Parent)
withParent in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T addToRepoDigests(String... items)
addToRepoDigests in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T removeFromRepoDigests(String... items)
removeFromRepoDigests in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public List<String> getRepoDigests()
getRepoDigests in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withRepoDigests(List<String> RepoDigests)
withRepoDigests in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withRepoDigests(String... RepoDigests)
withRepoDigests in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T addToRepoTags(String... items)
addToRepoTags in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T removeFromRepoTags(String... items)
removeFromRepoTags in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public List<String> getRepoTags()
getRepoTags in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withRepoTags(List<String> RepoTags)
withRepoTags in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withRepoTags(String... RepoTags)
withRepoTags in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public Long getSize()
getSize in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withSize(Long Size)
withSize in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public Long getVirtualSize()
getVirtualSize in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withVirtualSize(Long VirtualSize)
withVirtualSize in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageInspectFluent<T extends ImageInspectFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.