public abstract class Container extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Container.Builder |
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
args() |
static Container.Builder |
builder() |
abstract String |
command() |
abstract Config |
config() |
static Container |
create(String id,
Date created,
String path,
String name,
List<String> args,
Config config,
State state,
String image,
NetworkSettings networkSettings,
String sysInitPath,
String resolvConfPath,
Map<String,String> volumes,
HostConfig hostConfig,
String driver,
String execDriver,
Map<String,Boolean> volumesRW,
String command,
String status,
List<Port> ports,
String hostnamePath,
String hostsPath,
String mountLabel,
String processLabel,
com.google.common.base.Optional<Node> node) |
abstract Date |
created() |
abstract String |
driver() |
abstract String |
execDriver() |
abstract HostConfig |
hostConfig() |
abstract String |
hostnamePath() |
abstract String |
hostsPath() |
abstract String |
id() |
abstract String |
image() |
abstract String |
mountLabel() |
abstract String |
name() |
abstract NetworkSettings |
networkSettings() |
abstract com.google.common.base.Optional<Node> |
node() |
abstract String |
path() |
abstract List<Port> |
ports() |
abstract String |
processLabel() |
abstract String |
resolvConfPath() |
abstract State |
state() |
abstract String |
status() |
abstract String |
sysInitPath() |
Container.Builder |
toBuilder() |
abstract Map<String,String> |
volumes() |
abstract Map<String,Boolean> |
volumesRW() |
public abstract String id()
@Nullable public abstract NetworkSettings networkSettings()
@Nullable public abstract HostConfig hostConfig()
public abstract com.google.common.base.Optional<Node> node()
public static Container create(String id, Date created, String path, String name, List<String> args, Config config, State state, String image, NetworkSettings networkSettings, String sysInitPath, String resolvConfPath, Map<String,String> volumes, HostConfig hostConfig, String driver, String execDriver, Map<String,Boolean> volumesRW, String command, String status, List<Port> ports, String hostnamePath, String hostsPath, String mountLabel, String processLabel, com.google.common.base.Optional<Node> node)
public static Container.Builder builder()
public Container.Builder toBuilder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.