public class ContainerInspectFluentImpl<A extends ContainerInspectFluent<A>> extends ContainerJSONBaseFluentImpl<A> implements ContainerInspectFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerInspectFluentImpl.ConfigNestedImpl<N> |
class |
ContainerInspectFluentImpl.MountsNestedImpl<N> |
class |
ContainerInspectFluentImpl.NetworkSettingsNestedImpl<N> |
ContainerJSONBaseFluentImpl.GraphDriverNestedImpl<N>, ContainerJSONBaseFluentImpl.HostConfigNestedImpl<N>, ContainerJSONBaseFluentImpl.StateNestedImpl<N>ContainerInspectFluent.ConfigNested<N>, ContainerInspectFluent.MountsNested<N>, ContainerInspectFluent.NetworkSettingsNested<N>ContainerJSONBaseFluent.GraphDriverNested<N>, ContainerJSONBaseFluent.HostConfigNested<N>, ContainerJSONBaseFluent.StateNested<N>| Constructor and Description |
|---|
ContainerInspectFluentImpl() |
ContainerInspectFluentImpl(ContainerInspect instance) |
addAllToArgs, addAllToExecIDs, addToArgs, addToArgs, addToExecIDs, addToExecIDs, buildGraphDriver, buildHostConfig, buildState, editGraphDriver, editHostConfig, editOrNewGraphDriver, editOrNewGraphDriverLike, editOrNewHostConfig, editOrNewHostConfigLike, editOrNewState, editOrNewStateLike, editState, getAppArmorProfile, getArg, getArgs, getCreated, getDriver, getExecDriver, getExecID, getExecIDs, getFirstArg, getFirstExecID, getGraphDriver, getHostConfig, getHostnamePath, getHostsPath, getId, getImage, getLastArg, getLastExecID, getLogPath, getMatchingArg, getMatchingExecID, getMountLabel, getName, getPath, getProcessLabel, getResolvConfPath, getRestartCount, getSizeRootFs, getSizeRw, getState, hasAppArmorProfile, hasArgs, hasCreated, hasDriver, hasExecDriver, hasExecIDs, hasGraphDriver, hasHostConfig, hasHostnamePath, hasHostsPath, hasId, hasImage, hasLogPath, hasMountLabel, hasName, hasPath, hasProcessLabel, hasResolvConfPath, hasRestartCount, hasSizeRootFs, hasSizeRw, hasState, removeAllFromArgs, removeAllFromExecIDs, removeFromArgs, removeFromExecIDs, setToArgs, setToExecIDs, withAppArmorProfile, withArgs, withArgs, withCreated, withDriver, withExecDriver, withExecIDs, withExecIDs, withGraphDriver, withHostConfig, withHostnamePath, withHostsPath, withId, withImage, withLogPath, withMountLabel, withName, withNewGraphDriver, withNewGraphDriverLike, withNewHostConfig, withNewHostConfigLike, withNewState, withNewStateLike, withPath, withProcessLabel, withResolvConfPath, withRestartCount, withSizeRootFs, withSizeRw, withStateaccept, aggregate, aggregate, build, buildclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllToArgs, addAllToExecIDs, addToArgs, addToArgs, addToExecIDs, addToExecIDs, buildGraphDriver, buildHostConfig, buildState, editGraphDriver, editHostConfig, editOrNewGraphDriver, editOrNewGraphDriverLike, editOrNewHostConfig, editOrNewHostConfigLike, editOrNewState, editOrNewStateLike, editState, getAppArmorProfile, getArg, getArgs, getCreated, getDriver, getExecDriver, getExecID, getExecIDs, getFirstArg, getFirstExecID, getGraphDriver, getHostConfig, getHostnamePath, getHostsPath, getId, getImage, getLastArg, getLastExecID, getLogPath, getMatchingArg, getMatchingExecID, getMountLabel, getName, getPath, getProcessLabel, getResolvConfPath, getRestartCount, getSizeRootFs, getSizeRw, getState, hasAppArmorProfile, hasArgs, hasCreated, hasDriver, hasExecDriver, hasExecIDs, hasGraphDriver, hasHostConfig, hasHostnamePath, hasHostsPath, hasId, hasImage, hasLogPath, hasMountLabel, hasName, hasPath, hasProcessLabel, hasResolvConfPath, hasRestartCount, hasSizeRootFs, hasSizeRw, hasState, removeAllFromArgs, removeAllFromExecIDs, removeFromArgs, removeFromExecIDs, setToArgs, setToExecIDs, withAppArmorProfile, withArgs, withArgs, withCreated, withDriver, withExecDriver, withExecIDs, withExecIDs, withGraphDriver, withHostConfig, withHostnamePath, withHostsPath, withId, withImage, withLogPath, withMountLabel, withName, withNewGraphDriver, withNewGraphDriverLike, withNewHostConfig, withNewHostConfigLike, withNewState, withNewStateLike, withPath, withProcessLabel, withResolvConfPath, withRestartCount, withSizeRootFs, withSizeRw, withStatepublic ContainerInspectFluentImpl()
public ContainerInspectFluentImpl(ContainerInspect instance)
@Deprecated public Config getConfig()
getConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public Config buildConfig()
buildConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A withConfig(Config Config)
withConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public Boolean hasConfig()
hasConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.ConfigNested<A> withNewConfig()
withNewConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.ConfigNested<A> withNewConfigLike(Config item)
withNewConfigLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.ConfigNested<A> editConfig()
editConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.ConfigNested<A> editOrNewConfig()
editOrNewConfig in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.ConfigNested<A> editOrNewConfigLike(Config item)
editOrNewConfigLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A addToMounts(int index, MountPoint item)
addToMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A setToMounts(int index, MountPoint item)
setToMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A addToMounts(MountPoint... items)
addToMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A addAllToMounts(Collection<MountPoint> items)
addAllToMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A removeFromMounts(MountPoint... items)
removeFromMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A removeAllFromMounts(Collection<MountPoint> items)
removeAllFromMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>@Deprecated public List<MountPoint> getMounts()
getMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public List<MountPoint> buildMounts()
buildMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public MountPoint buildMount(int index)
buildMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public MountPoint buildFirstMount()
buildFirstMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public MountPoint buildLastMount()
buildLastMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public MountPoint buildMatchingMount(io.fabric8.docker.api.builder.Predicate<MountPointBuilder> predicate)
buildMatchingMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A withMounts(List<MountPoint> Mounts)
withMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A withMounts(MountPoint... Mounts)
withMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public Boolean hasMounts()
hasMounts in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> addNewMount()
addNewMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> addNewMountLike(MountPoint item)
addNewMountLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> setNewMountLike(int index, MountPoint item)
setNewMountLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> editMount(int index)
editMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> editFirstMount()
editFirstMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> editLastMount()
editLastMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.MountsNested<A> editMatchingMount(io.fabric8.docker.api.builder.Predicate<MountPointBuilder> predicate)
editMatchingMount in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>@Deprecated public NetworkSettings getNetworkSettings()
getNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public NetworkSettings buildNetworkSettings()
buildNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public A withNetworkSettings(NetworkSettings NetworkSettings)
withNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public Boolean hasNetworkSettings()
hasNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.NetworkSettingsNested<A> withNewNetworkSettings()
withNewNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.NetworkSettingsNested<A> withNewNetworkSettingsLike(NetworkSettings item)
withNewNetworkSettingsLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.NetworkSettingsNested<A> editNetworkSettings()
editNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.NetworkSettingsNested<A> editOrNewNetworkSettings()
editOrNewNetworkSettings in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public ContainerInspectFluent.NetworkSettingsNested<A> editOrNewNetworkSettingsLike(NetworkSettings item)
editOrNewNetworkSettingsLike in interface ContainerInspectFluent<A extends ContainerInspectFluent<A>>public boolean equals(Object o)
equals in class ContainerJSONBaseFluentImpl<A extends ContainerInspectFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.