| Package | Description |
|---|---|
| io.fabric8.docker.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableContainerState |
| Modifier and Type | Method and Description |
|---|---|
ContainerState |
DoneableContainerState.done() |
ContainerState |
DockerSchemaFluent.getContainerState() |
ContainerState |
DockerSchemaFluentImpl.getContainerState() |
ContainerState |
DockerSchema.getContainerState() |
ContainerState |
ContainerJSONBaseFluent.getState() |
ContainerState |
ContainerJSONBaseFluentImpl.getState() |
ContainerState |
ContainerJSONBase.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerSchema.setContainerState(ContainerState ContainerState) |
void |
ContainerJSONBase.setState(ContainerState State) |
T |
DockerSchemaFluent.withContainerState(ContainerState ContainerState) |
T |
DockerSchemaFluentImpl.withContainerState(ContainerState ContainerState) |
DockerSchemaFluent.ContainerStateNested<T> |
DockerSchemaFluent.withNewContainerStateLike(ContainerState item) |
DockerSchemaFluent.ContainerStateNested<T> |
DockerSchemaFluentImpl.withNewContainerStateLike(ContainerState item) |
ContainerJSONBaseFluent.StateNested<T> |
ContainerJSONBaseFluent.withNewStateLike(ContainerState item) |
ContainerJSONBaseFluent.StateNested<T> |
ContainerJSONBaseFluentImpl.withNewStateLike(ContainerState item) |
T |
ContainerJSONBaseFluent.withState(ContainerState State) |
T |
ContainerJSONBaseFluentImpl.withState(ContainerState State) |
| Constructor and Description |
|---|
ContainerInspect(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State,
Config config,
List<MountPoint> mounts,
NetworkSettings networkSettings) |
ContainerJSONBase(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State) |
ContainerStateBuilder(ContainerState instance) |
ContainerStateBuilder(ContainerStateFluent<?> fluent,
ContainerState instance) |
ContainerStateFluentImpl(ContainerState instance) |
DockerSchema(Address Address,
AuthConfig AuthConfig,
AuthResponse AuthResponse,
ContainerChange ContainerChange,
ContainerCommitResponse ContainerCommitResponse,
ContainerCreateResponse ContainerCreateResponse,
ContainerExecCreateResponse ContainerExecCreateResponse,
ContainerJSONBase ContainerJSONBase,
ContainerPathStat ContainerPathStat,
ContainerProcessList ContainerProcessList,
ContainerState ContainerState,
ContainerWaitResponse ContainerWaitResponse,
CopyConfig CopyConfig,
DefaultNetworkSettings DefaultNetworkSettings,
EndpointResource EndpointResource,
EndpointSettings EndpointSettings,
ExecConfig ExecConfig,
ExecStartCheck ExecStartCheck,
GraphDriverData GraphDriverData,
HostConfig HostConfig,
IPAM IPAM,
IPAMConfig IPAMConfig,
Image Image,
ImageDelete ImageDelete,
ImageHistory ImageHistory,
ImageInspect ImageInspect,
IndexInfo IndexInfo,
Info Info,
LogConfig LogConfig,
MountPoint MountPoint,
NetworkConnect NetworkConnect,
NetworkCreate NetworkCreate,
NetworkCreateResponse NetworkCreateResponse,
NetworkDisconnect NetworkDisconnect,
NetworkResource NetworkResource,
NetworkSettings NetworkSettings,
NetworkSettingsBase NetworkSettingsBase,
Port Port,
PortBinding PortBinding,
SearchResult SearchResult,
SearchResults SearchResults,
ServiceConfig ServiceConfig,
Stats Stats,
List<String> StrSlice,
Version Version,
Volume Volume,
VolumeCreateRequest VolumeCreateRequest,
VolumesListResponse VolumesListResponse) |
DoneableContainerState(ContainerState item,
io.fabric8.docker.api.builder.Visitor<ContainerState> visitor) |
EditableContainerInspect(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State,
Config config,
List<MountPoint> mounts,
NetworkSettings networkSettings) |
EditableContainerJSONBase(String AppArmorProfile,
List<String> Args,
String Created,
String Driver,
String ExecDriver,
List<String> ExecIDs,
GraphDriverData GraphDriver,
HostConfig HostConfig,
String HostnamePath,
String HostsPath,
String Id,
String Image,
String LogPath,
String MountLabel,
String Name,
String Path,
String ProcessLabel,
String ResolvConfPath,
Integer RestartCount,
Long SizeRootFs,
Long SizeRw,
ContainerState State) |
EditableDockerSchema(Address Address,
AuthConfig AuthConfig,
AuthResponse AuthResponse,
ContainerChange ContainerChange,
ContainerCommitResponse ContainerCommitResponse,
ContainerCreateResponse ContainerCreateResponse,
ContainerExecCreateResponse ContainerExecCreateResponse,
ContainerJSONBase ContainerJSONBase,
ContainerPathStat ContainerPathStat,
ContainerProcessList ContainerProcessList,
ContainerState ContainerState,
ContainerWaitResponse ContainerWaitResponse,
CopyConfig CopyConfig,
DefaultNetworkSettings DefaultNetworkSettings,
EndpointResource EndpointResource,
EndpointSettings EndpointSettings,
ExecConfig ExecConfig,
ExecStartCheck ExecStartCheck,
GraphDriverData GraphDriverData,
HostConfig HostConfig,
IPAM IPAM,
IPAMConfig IPAMConfig,
Image Image,
ImageDelete ImageDelete,
ImageHistory ImageHistory,
ImageInspect ImageInspect,
IndexInfo IndexInfo,
Info Info,
LogConfig LogConfig,
MountPoint MountPoint,
NetworkConnect NetworkConnect,
NetworkCreate NetworkCreate,
NetworkCreateResponse NetworkCreateResponse,
NetworkDisconnect NetworkDisconnect,
NetworkResource NetworkResource,
NetworkSettings NetworkSettings,
NetworkSettingsBase NetworkSettingsBase,
Port Port,
PortBinding PortBinding,
SearchResult SearchResult,
SearchResults SearchResults,
ServiceConfig ServiceConfig,
Stats Stats,
List<String> StrSlice,
Version Version,
Volume Volume,
VolumeCreateRequest VolumeCreateRequest,
VolumesListResponse VolumesListResponse) |
| Constructor and Description |
|---|
DoneableContainerState(ContainerState item,
io.fabric8.docker.api.builder.Visitor<ContainerState> visitor) |
DoneableContainerState(io.fabric8.docker.api.builder.Visitor<ContainerState> visitor) |
Copyright © 2015–2016 Red Hat. All rights reserved.