public class ContainerFluentImpl<T extends ContainerFluent<T>> extends BaseFluent<T> implements ContainerFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerFluentImpl.HostConfigNestedImpl<N> |
class |
ContainerFluentImpl.PortsNestedImpl<N> |
class |
ContainerFluentImpl.SummaryNetworkSettingsNestedImpl<N> |
ContainerFluent.HostConfigNested<N>, ContainerFluent.PortsNested<N>, ContainerFluent.SummaryNetworkSettingsNested<N>_visitables| Constructor and Description |
|---|
ContainerFluentImpl() |
ContainerFluentImpl(Container instance) |
public ContainerFluentImpl()
public ContainerFluentImpl(Container instance)
public String getId()
getId in interface ContainerFluent<T extends ContainerFluent<T>>public T withId(String id)
withId in interface ContainerFluent<T extends ContainerFluent<T>>public T addToNames(String... items)
addToNames in interface ContainerFluent<T extends ContainerFluent<T>>public T removeFromNames(String... items)
removeFromNames in interface ContainerFluent<T extends ContainerFluent<T>>public List<String> getNames()
getNames in interface ContainerFluent<T extends ContainerFluent<T>>public T withNames(List<String> names)
withNames in interface ContainerFluent<T extends ContainerFluent<T>>public T withNames(String... names)
withNames in interface ContainerFluent<T extends ContainerFluent<T>>public String getImage()
getImage in interface ContainerFluent<T extends ContainerFluent<T>>public T withImage(String image)
withImage in interface ContainerFluent<T extends ContainerFluent<T>>public String getImageId()
getImageId in interface ContainerFluent<T extends ContainerFluent<T>>public T withImageId(String imageId)
withImageId in interface ContainerFluent<T extends ContainerFluent<T>>public String getCommand()
getCommand in interface ContainerFluent<T extends ContainerFluent<T>>public T withCommand(String command)
withCommand in interface ContainerFluent<T extends ContainerFluent<T>>public Long getCreated()
getCreated in interface ContainerFluent<T extends ContainerFluent<T>>public T withCreated(Long created)
withCreated in interface ContainerFluent<T extends ContainerFluent<T>>public T addToPorts(Port... items)
addToPorts in interface ContainerFluent<T extends ContainerFluent<T>>public T removeFromPorts(Port... items)
removeFromPorts in interface ContainerFluent<T extends ContainerFluent<T>>public List<Port> getPorts()
getPorts in interface ContainerFluent<T extends ContainerFluent<T>>public T withPorts(List<Port> ports)
withPorts in interface ContainerFluent<T extends ContainerFluent<T>>public T withPorts(Port... ports)
withPorts in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.PortsNested<T> addNewPort()
addNewPort in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.PortsNested<T> addNewPortLike(Port item)
addNewPortLike in interface ContainerFluent<T extends ContainerFluent<T>>public T addNewPort(String IP, Integer PrivatePort, Integer PublicPort, String Type)
addNewPort in interface ContainerFluent<T extends ContainerFluent<T>>public Long getSizeRw()
getSizeRw in interface ContainerFluent<T extends ContainerFluent<T>>public T withSizeRw(Long sizeRw)
withSizeRw in interface ContainerFluent<T extends ContainerFluent<T>>public Long getSizeRootFs()
getSizeRootFs in interface ContainerFluent<T extends ContainerFluent<T>>public T withSizeRootFs(Long sizeRootFs)
withSizeRootFs in interface ContainerFluent<T extends ContainerFluent<T>>public T addToLabels(String key, String value)
addToLabels in interface ContainerFluent<T extends ContainerFluent<T>>public T addToLabels(Map<String,String> map)
addToLabels in interface ContainerFluent<T extends ContainerFluent<T>>public T removeFromLabels(String key)
removeFromLabels in interface ContainerFluent<T extends ContainerFluent<T>>public T removeFromLabels(Map<String,String> map)
removeFromLabels in interface ContainerFluent<T extends ContainerFluent<T>>public Map<String,String> getLabels()
getLabels in interface ContainerFluent<T extends ContainerFluent<T>>public T withLabels(Map<String,String> labels)
withLabels in interface ContainerFluent<T extends ContainerFluent<T>>public String getStatus()
getStatus in interface ContainerFluent<T extends ContainerFluent<T>>public T withStatus(String status)
withStatus in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerHostConfig getHostConfig()
getHostConfig in interface ContainerFluent<T extends ContainerFluent<T>>public T withHostConfig(ContainerHostConfig hostConfig)
withHostConfig in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.HostConfigNested<T> withNewHostConfig()
withNewHostConfig in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.HostConfigNested<T> withNewHostConfigLike(ContainerHostConfig item)
withNewHostConfigLike in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.HostConfigNested<T> editHostConfig()
editHostConfig in interface ContainerFluent<T extends ContainerFluent<T>>public T withNewHostConfig(String networkMode)
withNewHostConfig in interface ContainerFluent<T extends ContainerFluent<T>>public NetworkSettings getSummaryNetworkSettings()
getSummaryNetworkSettings in interface ContainerFluent<T extends ContainerFluent<T>>public T withSummaryNetworkSettings(NetworkSettings summaryNetworkSettings)
withSummaryNetworkSettings in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.SummaryNetworkSettingsNested<T> withNewSummaryNetworkSettings()
withNewSummaryNetworkSettings in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.SummaryNetworkSettingsNested<T> withNewSummaryNetworkSettingsLike(NetworkSettings item)
withNewSummaryNetworkSettingsLike in interface ContainerFluent<T extends ContainerFluent<T>>public ContainerFluent.SummaryNetworkSettingsNested<T> editSummaryNetworkSettings()
editSummaryNetworkSettings in interface ContainerFluent<T extends ContainerFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.