public interface ContainerInspectFluent<T extends ContainerInspectFluent<T>> extends Fluent<T>, ContainerJSONBaseFluent<T>
| 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>addToArgs, addToExecIDs, editGraphDriver, editHostConfig, editState, getAppArmorProfile, getArgs, getCreated, getDriver, getExecDriver, getExecIDs, getGraphDriver, getHostConfig, getHostnamePath, getHostsPath, getId, getImage, getLogPath, getMountLabel, getName, getPath, getProcessLabel, getResolvConfPath, getRestartCount, getSizeRootFs, getSizeRw, getState, removeFromArgs, removeFromExecIDs, 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, withStateConfig getConfig()
ContainerInspectFluent.ConfigNested<T> withNewConfig()
ContainerInspectFluent.ConfigNested<T> withNewConfigLike(Config item)
ContainerInspectFluent.ConfigNested<T> editConfig()
T addToMounts(MountPoint... items)
T removeFromMounts(MountPoint... items)
List<MountPoint> getMounts()
T withMounts(List<MountPoint> Mounts)
T withMounts(MountPoint... Mounts)
ContainerInspectFluent.MountsNested<T> addNewMount()
ContainerInspectFluent.MountsNested<T> addNewMountLike(MountPoint item)
NetworkSettings getNetworkSettings()
T withNetworkSettings(NetworkSettings NetworkSettings)
ContainerInspectFluent.NetworkSettingsNested<T> withNewNetworkSettings()
ContainerInspectFluent.NetworkSettingsNested<T> withNewNetworkSettingsLike(NetworkSettings item)
ContainerInspectFluent.NetworkSettingsNested<T> editNetworkSettings()
T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ContainerJSONBaseFluent<T extends ContainerInspectFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.