public interface ContainerInspectFluent<A extends ContainerInspectFluent<A>> extends ContainerJSONBaseFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerInspectFluent.ConfigNested<N> |
static interface |
ContainerInspectFluent.MountsNested<N> |
static interface |
ContainerInspectFluent.NetworkSettingsNested<N> |
ContainerJSONBaseFluent.GraphDriverNested<N>, ContainerJSONBaseFluent.HostConfigNested<N>, ContainerJSONBaseFluent.StateNested<N>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, withState@Deprecated Config getConfig()
Config buildConfig()
Boolean hasConfig()
ContainerInspectFluent.ConfigNested<A> withNewConfig()
ContainerInspectFluent.ConfigNested<A> withNewConfigLike(Config item)
ContainerInspectFluent.ConfigNested<A> editConfig()
ContainerInspectFluent.ConfigNested<A> editOrNewConfig()
ContainerInspectFluent.ConfigNested<A> editOrNewConfigLike(Config item)
A addToMounts(int index, MountPoint item)
A setToMounts(int index, MountPoint item)
A addToMounts(MountPoint... items)
A addAllToMounts(Collection<MountPoint> items)
A removeFromMounts(MountPoint... items)
A removeAllFromMounts(Collection<MountPoint> items)
@Deprecated List<MountPoint> getMounts()
List<MountPoint> buildMounts()
MountPoint buildMount(int index)
MountPoint buildFirstMount()
MountPoint buildLastMount()
MountPoint buildMatchingMount(io.fabric8.docker.api.builder.Predicate<MountPointBuilder> predicate)
A withMounts(List<MountPoint> Mounts)
A withMounts(MountPoint... Mounts)
Boolean hasMounts()
ContainerInspectFluent.MountsNested<A> addNewMount()
ContainerInspectFluent.MountsNested<A> addNewMountLike(MountPoint item)
ContainerInspectFluent.MountsNested<A> setNewMountLike(int index, MountPoint item)
ContainerInspectFluent.MountsNested<A> editMount(int index)
ContainerInspectFluent.MountsNested<A> editFirstMount()
ContainerInspectFluent.MountsNested<A> editLastMount()
ContainerInspectFluent.MountsNested<A> editMatchingMount(io.fabric8.docker.api.builder.Predicate<MountPointBuilder> predicate)
@Deprecated NetworkSettings getNetworkSettings()
NetworkSettings buildNetworkSettings()
A withNetworkSettings(NetworkSettings NetworkSettings)
Boolean hasNetworkSettings()
ContainerInspectFluent.NetworkSettingsNested<A> withNewNetworkSettings()
ContainerInspectFluent.NetworkSettingsNested<A> withNewNetworkSettingsLike(NetworkSettings item)
ContainerInspectFluent.NetworkSettingsNested<A> editNetworkSettings()
ContainerInspectFluent.NetworkSettingsNested<A> editOrNewNetworkSettings()
ContainerInspectFluent.NetworkSettingsNested<A> editOrNewNetworkSettingsLike(NetworkSettings item)
Copyright © 2015–2017 Red Hat. All rights reserved.