public class DockerSchemaFluentImpl<A extends DockerSchemaFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements DockerSchemaFluent<A>
DockerSchemaFluent.AddressNested<N>, DockerSchemaFluent.AuthConfigNested<N>, DockerSchemaFluent.AuthResponseNested<N>, DockerSchemaFluent.ContainerChangeNested<N>, DockerSchemaFluent.ContainerCommitResponseNested<N>, DockerSchemaFluent.ContainerCreateResponseNested<N>, DockerSchemaFluent.ContainerExecCreateResponseNested<N>, DockerSchemaFluent.ContainerJSONBaseNested<N>, DockerSchemaFluent.ContainerPathStatNested<N>, DockerSchemaFluent.ContainerProcessListNested<N>, DockerSchemaFluent.ContainerStateNested<N>, DockerSchemaFluent.ContainerWaitResponseNested<N>, DockerSchemaFluent.CopyConfigNested<N>, DockerSchemaFluent.DefaultNetworkSettingsNested<N>, DockerSchemaFluent.EndpointResourceNested<N>, DockerSchemaFluent.EndpointSettingsNested<N>, DockerSchemaFluent.ExecConfigNested<N>, DockerSchemaFluent.ExecStartCheckNested<N>, DockerSchemaFluent.GraphDriverDataNested<N>, DockerSchemaFluent.HostConfigNested<N>, DockerSchemaFluent.ImageDeleteNested<N>, DockerSchemaFluent.ImageHistoryNested<N>, DockerSchemaFluent.ImageInspectNested<N>, DockerSchemaFluent.ImageNested<N>, DockerSchemaFluent.IndexInfoNested<N>, DockerSchemaFluent.InfoNested<N>, DockerSchemaFluent.IPAMConfigNested<N>, DockerSchemaFluent.IPAMNested<N>, DockerSchemaFluent.KeyValuePairNested<N>, DockerSchemaFluent.LogConfigNested<N>, DockerSchemaFluent.MountPointNested<N>, DockerSchemaFluent.NetworkConnectNested<N>, DockerSchemaFluent.NetworkCreateNested<N>, DockerSchemaFluent.NetworkCreateResponseNested<N>, DockerSchemaFluent.NetworkDisconnectNested<N>, DockerSchemaFluent.NetworkResourceNested<N>, DockerSchemaFluent.NetworkSettingsBaseNested<N>, DockerSchemaFluent.NetworkSettingsNested<N>, DockerSchemaFluent.PortBindingNested<N>, DockerSchemaFluent.PortNested<N>, DockerSchemaFluent.SearchResultNested<N>, DockerSchemaFluent.SearchResultsNested<N>, DockerSchemaFluent.ServiceConfigNested<N>, DockerSchemaFluent.StatsNested<N>, DockerSchemaFluent.VersionNested<N>, DockerSchemaFluent.VolumeCreateRequestNested<N>, DockerSchemaFluent.VolumeNested<N>, DockerSchemaFluent.VolumesListResponseNested<N>| Constructor and Description |
|---|
DockerSchemaFluentImpl() |
DockerSchemaFluentImpl(DockerSchema instance) |
public DockerSchemaFluentImpl()
public DockerSchemaFluentImpl(DockerSchema instance)
@Deprecated public Address getAddress()
getAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Address buildAddress()
buildAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withAddress(Address Address)
withAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasAddress()
hasAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AddressNested<A> withNewAddress()
withNewAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AddressNested<A> withNewAddressLike(Address item)
withNewAddressLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AddressNested<A> editAddress()
editAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AddressNested<A> editOrNewAddress()
editOrNewAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AddressNested<A> editOrNewAddressLike(Address item)
editOrNewAddressLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewAddress(String Addr, Integer PrefixLen)
withNewAddress in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public AuthConfig getAuthConfig()
getAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public AuthConfig buildAuthConfig()
buildAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withAuthConfig(AuthConfig AuthConfig)
withAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasAuthConfig()
hasAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthConfigNested<A> withNewAuthConfig()
withNewAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthConfigNested<A> withNewAuthConfigLike(AuthConfig item)
withNewAuthConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthConfigNested<A> editAuthConfig()
editAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthConfigNested<A> editOrNewAuthConfig()
editOrNewAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthConfigNested<A> editOrNewAuthConfigLike(AuthConfig item)
editOrNewAuthConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewAuthConfig(String auth, String email, String password, String serveraddress, String username)
withNewAuthConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public AuthResponse getAuthResponse()
getAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public AuthResponse buildAuthResponse()
buildAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withAuthResponse(AuthResponse AuthResponse)
withAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasAuthResponse()
hasAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthResponseNested<A> withNewAuthResponse()
withNewAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthResponseNested<A> withNewAuthResponseLike(AuthResponse item)
withNewAuthResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthResponseNested<A> editAuthResponse()
editAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthResponseNested<A> editOrNewAuthResponse()
editOrNewAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.AuthResponseNested<A> editOrNewAuthResponseLike(AuthResponse item)
editOrNewAuthResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewAuthResponse(String Status)
withNewAuthResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerChange getContainerChange()
getContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerChange buildContainerChange()
buildContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerChange(ContainerChange ContainerChange)
withContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerChange()
hasContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerChangeNested<A> withNewContainerChange()
withNewContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerChangeNested<A> withNewContainerChangeLike(ContainerChange item)
withNewContainerChangeLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerChangeNested<A> editContainerChange()
editContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerChangeNested<A> editOrNewContainerChange()
editOrNewContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerChangeNested<A> editOrNewContainerChangeLike(ContainerChange item)
editOrNewContainerChangeLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewContainerChange(Integer Kind, String Path)
withNewContainerChange in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerCommitResponse getContainerCommitResponse()
getContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerCommitResponse buildContainerCommitResponse()
buildContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerCommitResponse(ContainerCommitResponse ContainerCommitResponse)
withContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerCommitResponse()
hasContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCommitResponseNested<A> withNewContainerCommitResponse()
withNewContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCommitResponseNested<A> withNewContainerCommitResponseLike(ContainerCommitResponse item)
withNewContainerCommitResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCommitResponseNested<A> editContainerCommitResponse()
editContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCommitResponseNested<A> editOrNewContainerCommitResponse()
editOrNewContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCommitResponseNested<A> editOrNewContainerCommitResponseLike(ContainerCommitResponse item)
editOrNewContainerCommitResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewContainerCommitResponse(String Id)
withNewContainerCommitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerCreateResponse getContainerCreateResponse()
getContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerCreateResponse buildContainerCreateResponse()
buildContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerCreateResponse(ContainerCreateResponse ContainerCreateResponse)
withContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerCreateResponse()
hasContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCreateResponseNested<A> withNewContainerCreateResponse()
withNewContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCreateResponseNested<A> withNewContainerCreateResponseLike(ContainerCreateResponse item)
withNewContainerCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCreateResponseNested<A> editContainerCreateResponse()
editContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCreateResponseNested<A> editOrNewContainerCreateResponse()
editOrNewContainerCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerCreateResponseNested<A> editOrNewContainerCreateResponseLike(ContainerCreateResponse item)
editOrNewContainerCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerExecCreateResponse getContainerExecCreateResponse()
getContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerExecCreateResponse buildContainerExecCreateResponse()
buildContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerExecCreateResponse(ContainerExecCreateResponse ContainerExecCreateResponse)
withContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerExecCreateResponse()
hasContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerExecCreateResponseNested<A> withNewContainerExecCreateResponse()
withNewContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerExecCreateResponseNested<A> withNewContainerExecCreateResponseLike(ContainerExecCreateResponse item)
withNewContainerExecCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerExecCreateResponseNested<A> editContainerExecCreateResponse()
editContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerExecCreateResponseNested<A> editOrNewContainerExecCreateResponse()
editOrNewContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerExecCreateResponseNested<A> editOrNewContainerExecCreateResponseLike(ContainerExecCreateResponse item)
editOrNewContainerExecCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewContainerExecCreateResponse(String Id)
withNewContainerExecCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerJSONBase getContainerJSONBase()
getContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerJSONBase buildContainerJSONBase()
buildContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerJSONBase(ContainerJSONBase ContainerJSONBase)
withContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerJSONBase()
hasContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerJSONBaseNested<A> withNewContainerJSONBase()
withNewContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerJSONBaseNested<A> withNewContainerJSONBaseLike(ContainerJSONBase item)
withNewContainerJSONBaseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerJSONBaseNested<A> editContainerJSONBase()
editContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerJSONBaseNested<A> editOrNewContainerJSONBase()
editOrNewContainerJSONBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerJSONBaseNested<A> editOrNewContainerJSONBaseLike(ContainerJSONBase item)
editOrNewContainerJSONBaseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerPathStat getContainerPathStat()
getContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerPathStat buildContainerPathStat()
buildContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerPathStat(ContainerPathStat ContainerPathStat)
withContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerPathStat()
hasContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerPathStatNested<A> withNewContainerPathStat()
withNewContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerPathStatNested<A> withNewContainerPathStatLike(ContainerPathStat item)
withNewContainerPathStatLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerPathStatNested<A> editContainerPathStat()
editContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerPathStatNested<A> editOrNewContainerPathStat()
editOrNewContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerPathStatNested<A> editOrNewContainerPathStatLike(ContainerPathStat item)
editOrNewContainerPathStatLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewContainerPathStat(String linkTarget, Integer mode, String mtime, String name, Long size)
withNewContainerPathStat in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerProcessList getContainerProcessList()
getContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerProcessList buildContainerProcessList()
buildContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerProcessList(ContainerProcessList ContainerProcessList)
withContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerProcessList()
hasContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerProcessListNested<A> withNewContainerProcessList()
withNewContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerProcessListNested<A> withNewContainerProcessListLike(ContainerProcessList item)
withNewContainerProcessListLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerProcessListNested<A> editContainerProcessList()
editContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerProcessListNested<A> editOrNewContainerProcessList()
editOrNewContainerProcessList in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerProcessListNested<A> editOrNewContainerProcessListLike(ContainerProcessList item)
editOrNewContainerProcessListLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerState getContainerState()
getContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerState buildContainerState()
buildContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerState(ContainerState ContainerState)
withContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerState()
hasContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerStateNested<A> withNewContainerState()
withNewContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerStateNested<A> withNewContainerStateLike(ContainerState item)
withNewContainerStateLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerStateNested<A> editContainerState()
editContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerStateNested<A> editOrNewContainerState()
editOrNewContainerState in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerStateNested<A> editOrNewContainerStateLike(ContainerState item)
editOrNewContainerStateLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ContainerWaitResponse getContainerWaitResponse()
getContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ContainerWaitResponse buildContainerWaitResponse()
buildContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withContainerWaitResponse(ContainerWaitResponse ContainerWaitResponse)
withContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasContainerWaitResponse()
hasContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerWaitResponseNested<A> withNewContainerWaitResponse()
withNewContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerWaitResponseNested<A> withNewContainerWaitResponseLike(ContainerWaitResponse item)
withNewContainerWaitResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerWaitResponseNested<A> editContainerWaitResponse()
editContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerWaitResponseNested<A> editOrNewContainerWaitResponse()
editOrNewContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ContainerWaitResponseNested<A> editOrNewContainerWaitResponseLike(ContainerWaitResponse item)
editOrNewContainerWaitResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewContainerWaitResponse(Integer StatusCode)
withNewContainerWaitResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public CopyConfig getCopyConfig()
getCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public CopyConfig buildCopyConfig()
buildCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withCopyConfig(CopyConfig CopyConfig)
withCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasCopyConfig()
hasCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.CopyConfigNested<A> withNewCopyConfig()
withNewCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.CopyConfigNested<A> withNewCopyConfigLike(CopyConfig item)
withNewCopyConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.CopyConfigNested<A> editCopyConfig()
editCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.CopyConfigNested<A> editOrNewCopyConfig()
editOrNewCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.CopyConfigNested<A> editOrNewCopyConfigLike(CopyConfig item)
editOrNewCopyConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewCopyConfig(String Resource)
withNewCopyConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public DefaultNetworkSettings getDefaultNetworkSettings()
getDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DefaultNetworkSettings buildDefaultNetworkSettings()
buildDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withDefaultNetworkSettings(DefaultNetworkSettings DefaultNetworkSettings)
withDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasDefaultNetworkSettings()
hasDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.DefaultNetworkSettingsNested<A> withNewDefaultNetworkSettings()
withNewDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.DefaultNetworkSettingsNested<A> withNewDefaultNetworkSettingsLike(DefaultNetworkSettings item)
withNewDefaultNetworkSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.DefaultNetworkSettingsNested<A> editDefaultNetworkSettings()
editDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.DefaultNetworkSettingsNested<A> editOrNewDefaultNetworkSettings()
editOrNewDefaultNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.DefaultNetworkSettingsNested<A> editOrNewDefaultNetworkSettingsLike(DefaultNetworkSettings item)
editOrNewDefaultNetworkSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public EndpointResource getEndpointResource()
getEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public EndpointResource buildEndpointResource()
buildEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withEndpointResource(EndpointResource EndpointResource)
withEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasEndpointResource()
hasEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointResourceNested<A> withNewEndpointResource()
withNewEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointResourceNested<A> withNewEndpointResourceLike(EndpointResource item)
withNewEndpointResourceLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointResourceNested<A> editEndpointResource()
editEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointResourceNested<A> editOrNewEndpointResource()
editOrNewEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointResourceNested<A> editOrNewEndpointResourceLike(EndpointResource item)
editOrNewEndpointResourceLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewEndpointResource(String EndpointID, String IPv4Address, String IPv6Address, String MacAddress)
withNewEndpointResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public EndpointSettings getEndpointSettings()
getEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public EndpointSettings buildEndpointSettings()
buildEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withEndpointSettings(EndpointSettings EndpointSettings)
withEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasEndpointSettings()
hasEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointSettingsNested<A> withNewEndpointSettings()
withNewEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointSettingsNested<A> withNewEndpointSettingsLike(EndpointSettings item)
withNewEndpointSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointSettingsNested<A> editEndpointSettings()
editEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointSettingsNested<A> editOrNewEndpointSettings()
editOrNewEndpointSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.EndpointSettingsNested<A> editOrNewEndpointSettingsLike(EndpointSettings item)
editOrNewEndpointSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ExecConfig getExecConfig()
getExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ExecConfig buildExecConfig()
buildExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withExecConfig(ExecConfig ExecConfig)
withExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasExecConfig()
hasExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecConfigNested<A> withNewExecConfig()
withNewExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecConfigNested<A> withNewExecConfigLike(ExecConfig item)
withNewExecConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecConfigNested<A> editExecConfig()
editExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecConfigNested<A> editOrNewExecConfig()
editOrNewExecConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecConfigNested<A> editOrNewExecConfigLike(ExecConfig item)
editOrNewExecConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ExecStartCheck getExecStartCheck()
getExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ExecStartCheck buildExecStartCheck()
buildExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withExecStartCheck(ExecStartCheck ExecStartCheck)
withExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasExecStartCheck()
hasExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecStartCheckNested<A> withNewExecStartCheck()
withNewExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecStartCheckNested<A> withNewExecStartCheckLike(ExecStartCheck item)
withNewExecStartCheckLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecStartCheckNested<A> editExecStartCheck()
editExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecStartCheckNested<A> editOrNewExecStartCheck()
editOrNewExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ExecStartCheckNested<A> editOrNewExecStartCheckLike(ExecStartCheck item)
editOrNewExecStartCheckLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewExecStartCheck(Boolean Detach, Boolean Tty)
withNewExecStartCheck in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public GraphDriverData getGraphDriverData()
getGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public GraphDriverData buildGraphDriverData()
buildGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withGraphDriverData(GraphDriverData GraphDriverData)
withGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasGraphDriverData()
hasGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.GraphDriverDataNested<A> withNewGraphDriverData()
withNewGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.GraphDriverDataNested<A> withNewGraphDriverDataLike(GraphDriverData item)
withNewGraphDriverDataLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.GraphDriverDataNested<A> editGraphDriverData()
editGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.GraphDriverDataNested<A> editOrNewGraphDriverData()
editOrNewGraphDriverData in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.GraphDriverDataNested<A> editOrNewGraphDriverDataLike(GraphDriverData item)
editOrNewGraphDriverDataLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public HostConfig getHostConfig()
getHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public HostConfig buildHostConfig()
buildHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withHostConfig(HostConfig HostConfig)
withHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasHostConfig()
hasHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.HostConfigNested<A> withNewHostConfig()
withNewHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.HostConfigNested<A> withNewHostConfigLike(HostConfig item)
withNewHostConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.HostConfigNested<A> editHostConfig()
editHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.HostConfigNested<A> editOrNewHostConfig()
editOrNewHostConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.HostConfigNested<A> editOrNewHostConfigLike(HostConfig item)
editOrNewHostConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public IPAM getIPAM()
getIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public IPAM buildIPAM()
buildIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withIPAM(IPAM IPAM)
withIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasIPAM()
hasIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMNested<A> withNewIPAM()
withNewIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMNested<A> withNewIPAMLike(IPAM item)
withNewIPAMLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMNested<A> editIPAM()
editIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMNested<A> editOrNewIPAM()
editOrNewIPAM in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMNested<A> editOrNewIPAMLike(IPAM item)
editOrNewIPAMLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public IPAMConfig getIPAMConfig()
getIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public IPAMConfig buildIPAMConfig()
buildIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withIPAMConfig(IPAMConfig IPAMConfig)
withIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasIPAMConfig()
hasIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMConfigNested<A> withNewIPAMConfig()
withNewIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMConfigNested<A> withNewIPAMConfigLike(IPAMConfig item)
withNewIPAMConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMConfigNested<A> editIPAMConfig()
editIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMConfigNested<A> editOrNewIPAMConfig()
editOrNewIPAMConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IPAMConfigNested<A> editOrNewIPAMConfigLike(IPAMConfig item)
editOrNewIPAMConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Image getImage()
getImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Image buildImage()
buildImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withImage(Image Image)
withImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasImage()
hasImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageNested<A> withNewImage()
withNewImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageNested<A> withNewImageLike(Image item)
withNewImageLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageNested<A> editImage()
editImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageNested<A> editOrNewImage()
editOrNewImage in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageNested<A> editOrNewImageLike(Image item)
editOrNewImageLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ImageDelete getImageDelete()
getImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ImageDelete buildImageDelete()
buildImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withImageDelete(ImageDelete ImageDelete)
withImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasImageDelete()
hasImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageDeleteNested<A> withNewImageDelete()
withNewImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageDeleteNested<A> withNewImageDeleteLike(ImageDelete item)
withNewImageDeleteLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageDeleteNested<A> editImageDelete()
editImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageDeleteNested<A> editOrNewImageDelete()
editOrNewImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageDeleteNested<A> editOrNewImageDeleteLike(ImageDelete item)
editOrNewImageDeleteLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewImageDelete(String Deleted, String Untagged)
withNewImageDelete in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ImageHistory getImageHistory()
getImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ImageHistory buildImageHistory()
buildImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withImageHistory(ImageHistory ImageHistory)
withImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasImageHistory()
hasImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageHistoryNested<A> withNewImageHistory()
withNewImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageHistoryNested<A> withNewImageHistoryLike(ImageHistory item)
withNewImageHistoryLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageHistoryNested<A> editImageHistory()
editImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageHistoryNested<A> editOrNewImageHistory()
editOrNewImageHistory in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageHistoryNested<A> editOrNewImageHistoryLike(ImageHistory item)
editOrNewImageHistoryLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ImageInspect getImageInspect()
getImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ImageInspect buildImageInspect()
buildImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withImageInspect(ImageInspect ImageInspect)
withImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasImageInspect()
hasImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageInspectNested<A> withNewImageInspect()
withNewImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageInspectNested<A> withNewImageInspectLike(ImageInspect item)
withNewImageInspectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageInspectNested<A> editImageInspect()
editImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageInspectNested<A> editOrNewImageInspect()
editOrNewImageInspect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ImageInspectNested<A> editOrNewImageInspectLike(ImageInspect item)
editOrNewImageInspectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public IndexInfo getIndexInfo()
getIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public IndexInfo buildIndexInfo()
buildIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withIndexInfo(IndexInfo IndexInfo)
withIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasIndexInfo()
hasIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IndexInfoNested<A> withNewIndexInfo()
withNewIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IndexInfoNested<A> withNewIndexInfoLike(IndexInfo item)
withNewIndexInfoLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IndexInfoNested<A> editIndexInfo()
editIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IndexInfoNested<A> editOrNewIndexInfo()
editOrNewIndexInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.IndexInfoNested<A> editOrNewIndexInfoLike(IndexInfo item)
editOrNewIndexInfoLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Info getInfo()
getInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Info buildInfo()
buildInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withInfo(Info Info)
withInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasInfo()
hasInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.InfoNested<A> withNewInfo()
withNewInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.InfoNested<A> withNewInfoLike(Info item)
withNewInfoLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.InfoNested<A> editInfo()
editInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.InfoNested<A> editOrNewInfo()
editOrNewInfo in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.InfoNested<A> editOrNewInfoLike(Info item)
editOrNewInfoLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public KeyValuePair getKeyValuePair()
getKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public KeyValuePair buildKeyValuePair()
buildKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withKeyValuePair(KeyValuePair KeyValuePair)
withKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasKeyValuePair()
hasKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.KeyValuePairNested<A> withNewKeyValuePair()
withNewKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.KeyValuePairNested<A> withNewKeyValuePairLike(KeyValuePair item)
withNewKeyValuePairLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.KeyValuePairNested<A> editKeyValuePair()
editKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.KeyValuePairNested<A> editOrNewKeyValuePair()
editOrNewKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.KeyValuePairNested<A> editOrNewKeyValuePairLike(KeyValuePair item)
editOrNewKeyValuePairLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewKeyValuePair(String Key, String Value)
withNewKeyValuePair in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public LogConfig getLogConfig()
getLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public LogConfig buildLogConfig()
buildLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withLogConfig(LogConfig LogConfig)
withLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasLogConfig()
hasLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.LogConfigNested<A> withNewLogConfig()
withNewLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.LogConfigNested<A> withNewLogConfigLike(LogConfig item)
withNewLogConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.LogConfigNested<A> editLogConfig()
editLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.LogConfigNested<A> editOrNewLogConfig()
editOrNewLogConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.LogConfigNested<A> editOrNewLogConfigLike(LogConfig item)
editOrNewLogConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public MountPoint getMountPoint()
getMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public MountPoint buildMountPoint()
buildMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withMountPoint(MountPoint MountPoint)
withMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasMountPoint()
hasMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.MountPointNested<A> withNewMountPoint()
withNewMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.MountPointNested<A> withNewMountPointLike(MountPoint item)
withNewMountPointLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.MountPointNested<A> editMountPoint()
editMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.MountPointNested<A> editOrNewMountPoint()
editOrNewMountPoint in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.MountPointNested<A> editOrNewMountPointLike(MountPoint item)
editOrNewMountPointLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkConnect getNetworkConnect()
getNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkConnect buildNetworkConnect()
buildNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkConnect(NetworkConnect NetworkConnect)
withNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkConnect()
hasNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkConnectNested<A> withNewNetworkConnect()
withNewNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkConnectNested<A> withNewNetworkConnectLike(NetworkConnect item)
withNewNetworkConnectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkConnectNested<A> editNetworkConnect()
editNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkConnectNested<A> editOrNewNetworkConnect()
editOrNewNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkConnectNested<A> editOrNewNetworkConnectLike(NetworkConnect item)
editOrNewNetworkConnectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewNetworkConnect(String Container)
withNewNetworkConnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkCreate getNetworkCreate()
getNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkCreate buildNetworkCreate()
buildNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkCreate(NetworkCreate NetworkCreate)
withNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkCreate()
hasNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateNested<A> withNewNetworkCreate()
withNewNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateNested<A> withNewNetworkCreateLike(NetworkCreate item)
withNewNetworkCreateLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateNested<A> editNetworkCreate()
editNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateNested<A> editOrNewNetworkCreate()
editOrNewNetworkCreate in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateNested<A> editOrNewNetworkCreateLike(NetworkCreate item)
editOrNewNetworkCreateLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkCreateResponse getNetworkCreateResponse()
getNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkCreateResponse buildNetworkCreateResponse()
buildNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkCreateResponse(NetworkCreateResponse NetworkCreateResponse)
withNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkCreateResponse()
hasNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateResponseNested<A> withNewNetworkCreateResponse()
withNewNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateResponseNested<A> withNewNetworkCreateResponseLike(NetworkCreateResponse item)
withNewNetworkCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateResponseNested<A> editNetworkCreateResponse()
editNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateResponseNested<A> editOrNewNetworkCreateResponse()
editOrNewNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkCreateResponseNested<A> editOrNewNetworkCreateResponseLike(NetworkCreateResponse item)
editOrNewNetworkCreateResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewNetworkCreateResponse(String Id, String Warning)
withNewNetworkCreateResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkDisconnect getNetworkDisconnect()
getNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkDisconnect buildNetworkDisconnect()
buildNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkDisconnect(NetworkDisconnect NetworkDisconnect)
withNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkDisconnect()
hasNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkDisconnectNested<A> withNewNetworkDisconnect()
withNewNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkDisconnectNested<A> withNewNetworkDisconnectLike(NetworkDisconnect item)
withNewNetworkDisconnectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkDisconnectNested<A> editNetworkDisconnect()
editNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkDisconnectNested<A> editOrNewNetworkDisconnect()
editOrNewNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkDisconnectNested<A> editOrNewNetworkDisconnectLike(NetworkDisconnect item)
editOrNewNetworkDisconnectLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewNetworkDisconnect(String Container)
withNewNetworkDisconnect in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkResource getNetworkResource()
getNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkResource buildNetworkResource()
buildNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkResource(NetworkResource NetworkResource)
withNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkResource()
hasNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkResourceNested<A> withNewNetworkResource()
withNewNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkResourceNested<A> withNewNetworkResourceLike(NetworkResource item)
withNewNetworkResourceLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkResourceNested<A> editNetworkResource()
editNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkResourceNested<A> editOrNewNetworkResource()
editOrNewNetworkResource in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkResourceNested<A> editOrNewNetworkResourceLike(NetworkResource item)
editOrNewNetworkResourceLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkSettings getNetworkSettings()
getNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkSettings buildNetworkSettings()
buildNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkSettings(NetworkSettings NetworkSettings)
withNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkSettings()
hasNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsNested<A> withNewNetworkSettings()
withNewNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsNested<A> withNewNetworkSettingsLike(NetworkSettings item)
withNewNetworkSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsNested<A> editNetworkSettings()
editNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsNested<A> editOrNewNetworkSettings()
editOrNewNetworkSettings in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsNested<A> editOrNewNetworkSettingsLike(NetworkSettings item)
editOrNewNetworkSettingsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public NetworkSettingsBase getNetworkSettingsBase()
getNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public NetworkSettingsBase buildNetworkSettingsBase()
buildNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNetworkSettingsBase(NetworkSettingsBase NetworkSettingsBase)
withNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasNetworkSettingsBase()
hasNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsBaseNested<A> withNewNetworkSettingsBase()
withNewNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsBaseNested<A> withNewNetworkSettingsBaseLike(NetworkSettingsBase item)
withNewNetworkSettingsBaseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsBaseNested<A> editNetworkSettingsBase()
editNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsBaseNested<A> editOrNewNetworkSettingsBase()
editOrNewNetworkSettingsBase in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.NetworkSettingsBaseNested<A> editOrNewNetworkSettingsBaseLike(NetworkSettingsBase item)
editOrNewNetworkSettingsBaseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Port getPort()
getPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Port buildPort()
buildPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withPort(Port Port)
withPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasPort()
hasPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortNested<A> withNewPort()
withNewPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortNested<A> withNewPortLike(Port item)
withNewPortLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortNested<A> editPort()
editPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortNested<A> editOrNewPort()
editOrNewPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortNested<A> editOrNewPortLike(Port item)
editOrNewPortLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewPort(String IP, Integer PrivatePort, Integer PublicPort, String Type)
withNewPort in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public PortBinding getPortBinding()
getPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public PortBinding buildPortBinding()
buildPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withPortBinding(PortBinding PortBinding)
withPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasPortBinding()
hasPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortBindingNested<A> withNewPortBinding()
withNewPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortBindingNested<A> withNewPortBindingLike(PortBinding item)
withNewPortBindingLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortBindingNested<A> editPortBinding()
editPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortBindingNested<A> editOrNewPortBinding()
editOrNewPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.PortBindingNested<A> editOrNewPortBindingLike(PortBinding item)
editOrNewPortBindingLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewPortBinding(String HostIp, String HostPort)
withNewPortBinding in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public SearchResult getSearchResult()
getSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public SearchResult buildSearchResult()
buildSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withSearchResult(SearchResult SearchResult)
withSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasSearchResult()
hasSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultNested<A> withNewSearchResult()
withNewSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultNested<A> withNewSearchResultLike(SearchResult item)
withNewSearchResultLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultNested<A> editSearchResult()
editSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultNested<A> editOrNewSearchResult()
editOrNewSearchResult in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultNested<A> editOrNewSearchResultLike(SearchResult item)
editOrNewSearchResultLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public SearchResults getSearchResults()
getSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public SearchResults buildSearchResults()
buildSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withSearchResults(SearchResults SearchResults)
withSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasSearchResults()
hasSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultsNested<A> withNewSearchResults()
withNewSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultsNested<A> withNewSearchResultsLike(SearchResults item)
withNewSearchResultsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultsNested<A> editSearchResults()
editSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultsNested<A> editOrNewSearchResults()
editOrNewSearchResults in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.SearchResultsNested<A> editOrNewSearchResultsLike(SearchResults item)
editOrNewSearchResultsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public ServiceConfig getServiceConfig()
getServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public ServiceConfig buildServiceConfig()
buildServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withServiceConfig(ServiceConfig ServiceConfig)
withServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasServiceConfig()
hasServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ServiceConfigNested<A> withNewServiceConfig()
withNewServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ServiceConfigNested<A> withNewServiceConfigLike(ServiceConfig item)
withNewServiceConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ServiceConfigNested<A> editServiceConfig()
editServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ServiceConfigNested<A> editOrNewServiceConfig()
editOrNewServiceConfig in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.ServiceConfigNested<A> editOrNewServiceConfigLike(ServiceConfig item)
editOrNewServiceConfigLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Stats getStats()
getStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Stats buildStats()
buildStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withStats(Stats Stats)
withStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasStats()
hasStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.StatsNested<A> withNewStats()
withNewStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.StatsNested<A> withNewStatsLike(Stats item)
withNewStatsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.StatsNested<A> editStats()
editStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.StatsNested<A> editOrNewStats()
editOrNewStats in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.StatsNested<A> editOrNewStatsLike(Stats item)
editOrNewStatsLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A addToStrSlice(int index, String item)
addToStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A setToStrSlice(int index, String item)
setToStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A addToStrSlice(String... items)
addToStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A addAllToStrSlice(Collection<String> items)
addAllToStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A removeFromStrSlice(String... items)
removeFromStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A removeAllFromStrSlice(Collection<String> items)
removeAllFromStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public List<String> getStrSlice()
getStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public String getStrSlouse(int index)
getStrSlouse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public String getFirstStrSlouse()
getFirstStrSlouse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public String getLastStrSlouse()
getLastStrSlouse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public String getMatchingStrSlouse(io.fabric8.docker.api.builder.Predicate<String> predicate)
getMatchingStrSlouse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withStrSlice(List<String> StrSlice)
withStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withStrSlice(String... StrSlice)
withStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasStrSlice()
hasStrSlice in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Version getVersion()
getVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Version buildVersion()
buildVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withVersion(Version Version)
withVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasVersion()
hasVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VersionNested<A> withNewVersion()
withNewVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VersionNested<A> withNewVersionLike(Version item)
withNewVersionLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VersionNested<A> editVersion()
editVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VersionNested<A> editOrNewVersion()
editOrNewVersion in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VersionNested<A> editOrNewVersionLike(Version item)
editOrNewVersionLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public Volume getVolume()
getVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Volume buildVolume()
buildVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withVolume(Volume Volume)
withVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasVolume()
hasVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeNested<A> withNewVolume()
withNewVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeNested<A> withNewVolumeLike(Volume item)
withNewVolumeLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeNested<A> editVolume()
editVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeNested<A> editOrNewVolume()
editOrNewVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeNested<A> editOrNewVolumeLike(Volume item)
editOrNewVolumeLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withNewVolume(String Driver, String Mountpoint, String Name)
withNewVolume in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public VolumeCreateRequest getVolumeCreateRequest()
getVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public VolumeCreateRequest buildVolumeCreateRequest()
buildVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withVolumeCreateRequest(VolumeCreateRequest VolumeCreateRequest)
withVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasVolumeCreateRequest()
hasVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeCreateRequestNested<A> withNewVolumeCreateRequest()
withNewVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeCreateRequestNested<A> withNewVolumeCreateRequestLike(VolumeCreateRequest item)
withNewVolumeCreateRequestLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeCreateRequestNested<A> editVolumeCreateRequest()
editVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeCreateRequestNested<A> editOrNewVolumeCreateRequest()
editOrNewVolumeCreateRequest in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumeCreateRequestNested<A> editOrNewVolumeCreateRequestLike(VolumeCreateRequest item)
editOrNewVolumeCreateRequestLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>@Deprecated public VolumesListResponse getVolumesListResponse()
getVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public VolumesListResponse buildVolumesListResponse()
buildVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public A withVolumesListResponse(VolumesListResponse VolumesListResponse)
withVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public Boolean hasVolumesListResponse()
hasVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumesListResponseNested<A> withNewVolumesListResponse()
withNewVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumesListResponseNested<A> withNewVolumesListResponseLike(VolumesListResponse item)
withNewVolumesListResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumesListResponseNested<A> editVolumesListResponse()
editVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumesListResponseNested<A> editOrNewVolumesListResponse()
editOrNewVolumesListResponse in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>public DockerSchemaFluent.VolumesListResponseNested<A> editOrNewVolumesListResponseLike(VolumesListResponse item)
editOrNewVolumesListResponseLike in interface DockerSchemaFluent<A extends DockerSchemaFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.