public class ContainerJSONBaseFluentImpl<A extends ContainerJSONBaseFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ContainerJSONBaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerJSONBaseFluentImpl.GraphDriverNestedImpl<N> |
class |
ContainerJSONBaseFluentImpl.HostConfigNestedImpl<N> |
class |
ContainerJSONBaseFluentImpl.StateNestedImpl<N> |
ContainerJSONBaseFluent.GraphDriverNested<N>, ContainerJSONBaseFluent.HostConfigNested<N>, ContainerJSONBaseFluent.StateNested<N>| Constructor and Description |
|---|
ContainerJSONBaseFluentImpl() |
ContainerJSONBaseFluentImpl(ContainerJSONBase instance) |
public ContainerJSONBaseFluentImpl()
public ContainerJSONBaseFluentImpl(ContainerJSONBase instance)
public String getAppArmorProfile()
getAppArmorProfile in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withAppArmorProfile(String AppArmorProfile)
withAppArmorProfile in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasAppArmorProfile()
hasAppArmorProfile in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addToArgs(int index, String item)
addToArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A setToArgs(int index, String item)
setToArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addToArgs(String... items)
addToArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addAllToArgs(Collection<String> items)
addAllToArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A removeFromArgs(String... items)
removeFromArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A removeAllFromArgs(Collection<String> items)
removeAllFromArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public List<String> getArgs()
getArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getArg(int index)
getArg in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getFirstArg()
getFirstArg in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getLastArg()
getLastArg in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getMatchingArg(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingArg in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withArgs(List<String> Args)
withArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withArgs(String... Args)
withArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasArgs()
hasArgs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getCreated()
getCreated in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withCreated(String Created)
withCreated in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasCreated()
hasCreated in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getDriver()
getDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withDriver(String Driver)
withDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasDriver()
hasDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getExecDriver()
getExecDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withExecDriver(String ExecDriver)
withExecDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasExecDriver()
hasExecDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addToExecIDs(int index, String item)
addToExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A setToExecIDs(int index, String item)
setToExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addToExecIDs(String... items)
addToExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A addAllToExecIDs(Collection<String> items)
addAllToExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A removeFromExecIDs(String... items)
removeFromExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A removeAllFromExecIDs(Collection<String> items)
removeAllFromExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public List<String> getExecIDs()
getExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getExecID(int index)
getExecID in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getFirstExecID()
getFirstExecID in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getLastExecID()
getLastExecID in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getMatchingExecID(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingExecID in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withExecIDs(List<String> ExecIDs)
withExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withExecIDs(String... ExecIDs)
withExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasExecIDs()
hasExecIDs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>@Deprecated public GraphDriverData getGraphDriver()
getGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public GraphDriverData buildGraphDriver()
buildGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withGraphDriver(GraphDriverData GraphDriver)
withGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasGraphDriver()
hasGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.GraphDriverNested<A> withNewGraphDriver()
withNewGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.GraphDriverNested<A> withNewGraphDriverLike(GraphDriverData item)
withNewGraphDriverLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.GraphDriverNested<A> editGraphDriver()
editGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.GraphDriverNested<A> editOrNewGraphDriver()
editOrNewGraphDriver in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.GraphDriverNested<A> editOrNewGraphDriverLike(GraphDriverData item)
editOrNewGraphDriverLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>@Deprecated public HostConfig getHostConfig()
getHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public HostConfig buildHostConfig()
buildHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withHostConfig(HostConfig HostConfig)
withHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasHostConfig()
hasHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.HostConfigNested<A> withNewHostConfig()
withNewHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.HostConfigNested<A> withNewHostConfigLike(HostConfig item)
withNewHostConfigLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.HostConfigNested<A> editHostConfig()
editHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.HostConfigNested<A> editOrNewHostConfig()
editOrNewHostConfig in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.HostConfigNested<A> editOrNewHostConfigLike(HostConfig item)
editOrNewHostConfigLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getHostnamePath()
getHostnamePath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withHostnamePath(String HostnamePath)
withHostnamePath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasHostnamePath()
hasHostnamePath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getHostsPath()
getHostsPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withHostsPath(String HostsPath)
withHostsPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasHostsPath()
hasHostsPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getId()
getId in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withId(String Id)
withId in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasId()
hasId in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getImage()
getImage in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withImage(String Image)
withImage in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasImage()
hasImage in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getLogPath()
getLogPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withLogPath(String LogPath)
withLogPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasLogPath()
hasLogPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getMountLabel()
getMountLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withMountLabel(String MountLabel)
withMountLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasMountLabel()
hasMountLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getName()
getName in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withName(String Name)
withName in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasName()
hasName in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getPath()
getPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withPath(String Path)
withPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasPath()
hasPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getProcessLabel()
getProcessLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withProcessLabel(String ProcessLabel)
withProcessLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasProcessLabel()
hasProcessLabel in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public String getResolvConfPath()
getResolvConfPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withResolvConfPath(String ResolvConfPath)
withResolvConfPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasResolvConfPath()
hasResolvConfPath in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Integer getRestartCount()
getRestartCount in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withRestartCount(Integer RestartCount)
withRestartCount in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasRestartCount()
hasRestartCount in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Long getSizeRootFs()
getSizeRootFs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withSizeRootFs(Long SizeRootFs)
withSizeRootFs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasSizeRootFs()
hasSizeRootFs in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Long getSizeRw()
getSizeRw in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withSizeRw(Long SizeRw)
withSizeRw in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasSizeRw()
hasSizeRw in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>@Deprecated public ContainerState getState()
getState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerState buildState()
buildState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public A withState(ContainerState State)
withState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public Boolean hasState()
hasState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.StateNested<A> withNewState()
withNewState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.StateNested<A> withNewStateLike(ContainerState item)
withNewStateLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.StateNested<A> editState()
editState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.StateNested<A> editOrNewState()
editOrNewState in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>public ContainerJSONBaseFluent.StateNested<A> editOrNewStateLike(ContainerState item)
editOrNewStateLike in interface ContainerJSONBaseFluent<A extends ContainerJSONBaseFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.