Package | Description |
---|---|
org.jclouds.docker.domain |
Modifier and Type | Method and Description |
---|---|
static Port |
Port.create(String ip,
int privatePort,
Integer publicPort,
String type) |
Modifier and Type | Method and Description |
---|---|
abstract List<Port> |
ContainerSummary.ports() |
abstract List<Port> |
Container.ports() |
Modifier and Type | Method and Description |
---|---|
static Container |
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) |
static ContainerSummary |
ContainerSummary.create(String id,
List<String> names,
String created,
String image,
String command,
List<Port> ports,
String status) |
Container.Builder |
Container.Builder.ports(List<Port> ports) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.