| Package | Description |
|---|---|
| io.fabric8.docker.api.model | |
| io.fabric8.docker.api.model.serialize |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Protocol> |
ContainerCreateRequestFluentImpl.getExposedPorts() |
Map<Integer,Protocol> |
ContainerCreateRequestFluent.getExposedPorts() |
Map<Integer,Protocol> |
ContainerCreateRequest.getExposedPorts() |
| Modifier and Type | Method and Description |
|---|---|
T |
ContainerCreateRequestFluentImpl.addToExposedPorts(Integer key,
Protocol value) |
T |
ContainerCreateRequestFluent.addToExposedPorts(Integer key,
Protocol value) |
| Modifier and Type | Method and Description |
|---|---|
T |
ContainerCreateRequestFluentImpl.addToExposedPorts(Map<Integer,Protocol> map) |
T |
ContainerCreateRequestFluent.addToExposedPorts(Map<Integer,Protocol> map) |
T |
ContainerCreateRequestFluentImpl.removeFromExposedPorts(Map<Integer,Protocol> map) |
T |
ContainerCreateRequestFluent.removeFromExposedPorts(Map<Integer,Protocol> map) |
T |
ContainerCreateRequestFluentImpl.withExposedPorts(Map<Integer,Protocol> exposedPorts) |
T |
ContainerCreateRequestFluent.withExposedPorts(Map<Integer,Protocol> exposedPorts) |
| Constructor and Description |
|---|
ContainerCreateRequest(String name,
String cpuset,
String hostname,
String domainname,
String user,
String memory,
String memorySwap,
String memoryReservation,
String kernelMemory,
String cpuShares,
String cpuPeriod,
String cpuQuota,
String cpusetCpus,
String cpusetMems,
Integer blkioWeight,
Integer memorySwappiness,
Boolean oomKillDisable,
Boolean attachStdin,
Boolean attachStdout,
Boolean attachStderr,
Boolean tty,
Boolean openStdin,
Boolean stdinOnce,
Map<String,String> env,
List<String> cmd,
String entrypoint,
String image,
Map<String,String> labels,
Map<String,String> mounts,
String workingDir,
Boolean networkDisabled,
String macAddress,
Map<Integer,Protocol> exposedPorts,
String stopSignal,
HostConfig hostConfig) |
EditableContainerCreateRequest(String name,
String cpuset,
String hostname,
String domainname,
String user,
String memory,
String memorySwap,
String memoryReservation,
String kernelMemory,
String cpuShares,
String cpuPeriod,
String cpuQuota,
String cpusetCpus,
String cpusetMems,
Integer blkioWeight,
Integer memorySwappiness,
Boolean oomKillDisable,
Boolean attachStdin,
Boolean attachStdout,
Boolean attachStderr,
Boolean tty,
Boolean openStdin,
Boolean stdinOnce,
Map<String,String> env,
List<String> cmd,
String entrypoint,
String image,
Map<String,String> labels,
Map<String,String> mounts,
String workingDir,
Boolean networkDisabled,
String macAddress,
Map<Integer,Protocol> exposedPorts,
String stopSignal,
HostConfig hostConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposedPortSerializer.serialize(Map<Integer,Protocol> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2015–2016 Red Hat. All rights reserved.