Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Class and Description |
---|---|
class |
AuthConfig |
class |
AuthConfigurations |
class |
AuthResponse |
class |
Bind
Represents a host path being bind mounted as a
Volume in a Docker container. |
class |
BindOptions |
class |
BlkioRateDevice |
class |
BlkioStatEntry
BlkioStat is not documented in pubic docker swapper.yaml yet, reference:
https://github.com/moby/moby/blob/master/api/types/stats.go
|
class |
BlkioStatsConfig
Used in
Statistics |
class |
BlkioWeightDevice |
class |
BuildResponseItem
Represents a build response stream item
|
class |
ChangeLog |
class |
ClusterInfo
Used for creating swarms.
|
class |
Config
Used for Listing config.
|
class |
ConfigSpec |
class |
Container
Used for Listing containers.
|
class |
ContainerConfig
Used as part of 'images/IMAGE/someimage' response.
|
class |
ContainerDNSConfig
Specification for DNS related configurations in resolver configuration file (`resolv.conf`).
|
class |
ContainerHostConfig
Used in
Container |
class |
ContainerMount |
class |
ContainerNetwork
Types taken form
https://github.com/docker/engine-api/blob/release/1.10/types/network/network.go
Docker named it EndpointSettings |
static class |
ContainerNetwork.Ipam
Docker named it EndpointIPAMConfig
|
class |
ContainerNetworkSettings
Sub-object in
Container |
class |
ContainerPort |
class |
ContainerSpec
The specification for containers as used in
TaskSpec |
class |
ContainerSpecConfig
docker configs that will be exposed to the service
|
class |
ContainerSpecFile
File represents a specific target that is backed by a file.
|
class |
ContainerSpecPrivileges
Security options for the container
|
class |
ContainerSpecPrivilegesCredential
Credential for managed service account (Windows only)
|
class |
ContainerSpecPrivilegesSELinuxContext
SELinux labels of the container
|
class |
ContainerSpecSecret
docker secrets that will be exposed to the service
|
class |
CpuStatsConfig
Used in
Statistics |
class |
CpuUsageConfig
Used in
Statistics |
class |
Device |
class |
DeviceRequest |
class |
DiscreteResourceSpec
Deprecated.
|
class |
Driver |
class |
DriverStatus |
class |
Endpoint |
class |
EndpointSpec |
class |
EndpointVirtualIP |
class |
ErrorDetail |
class |
Event
Representation of a Docker event.
|
class |
EventActor |
class |
ExternalCA |
class |
Frame
Represents a logging frame.
|
class |
GenericResource<T> |
class |
HealthCheck |
class |
HostConfig
Used in `/containers/create`, and in inspect container.
|
class |
Identifier |
class |
Image |
class |
Info
Used for `/info`
|
class |
InfoRegistryConfig |
static class |
InfoRegistryConfig.IndexConfig |
class |
Link
Represents a network link between two Docker containers.
|
class |
LoadResponseItem |
class |
LogConfig
Log driver to use for a created/running container.
|
class |
LxcConf |
class |
MemoryStatsConfig
Used in
Statistics |
class |
Mount |
class |
NamedResourceSpec
Deprecated.
|
class |
Network |
static class |
Network.ContainerNetworkConfig |
static class |
Network.Ipam |
static class |
Network.Ipam.Config |
class |
NetworkAttachmentConfig |
class |
NetworkSettings |
class |
Node
A node as returned by the /events API, for instance, when Swarm is used.
|
class |
ObjectVersion |
class |
PeerNode |
class |
PidsStatsConfig
Used in
Statistics |
class |
PortBinding
In a
PortBinding , a network socket on the Docker host, expressed as a Ports.Binding , is bound to an ExposedPort of a
container. |
class |
PortConfig |
static class |
Ports.Binding
A
Ports.Binding represents a socket on the Docker host that is used in a PortBinding . |
class |
PruneResponse
Delete unused content (containers, images, volumes, networks, build relicts)
|
class |
PullResponseItem
Represents a pull response stream item
|
class |
PushResponseItem
Represents a push response stream item
|
class |
Repository
A repository or image name.
|
class |
ResourceRequirements |
class |
ResourceSpecs |
class |
ResourceVersion |
class |
ResponseItem
Represents a pull response stream item
|
static class |
ResponseItem.AuxDetail |
static class |
ResponseItem.ErrorDetail |
static class |
ResponseItem.ProgressDetail |
class |
RestartPolicy
Container restart policy
no
Do not restart the container if it dies.
|
class |
SearchItem |
class |
Secret
Used for Listing secret.
|
class |
SecretSpec |
class |
Service
Used for Listing services.
|
class |
ServiceGlobalModeOptions |
class |
ServiceModeConfig |
class |
ServicePlacement |
class |
ServiceReplicatedModeOptions |
class |
ServiceRestartPolicy |
class |
ServiceSpec |
class |
ServiceUpdateStatus |
class |
StatisticNetworksConfig
Used in
Statistics |
class |
Statistics
Representation of a Docker statistics.
|
class |
StatsConfig |
class |
Swarm |
class |
SwarmCAConfig |
class |
SwarmDispatcherConfig |
class |
SwarmInfo |
class |
SwarmJoinTokens |
class |
SwarmNode
Used for Listing SwarmNodes.
|
class |
SwarmNodeDescription |
class |
SwarmNodeEngineDescription |
class |
SwarmNodeManagerStatus |
class |
SwarmNodePlatform |
class |
SwarmNodePluginDescription |
class |
SwarmNodeResources |
class |
SwarmNodeSpec |
class |
SwarmNodeStatus |
class |
SwarmNodeVersion |
class |
SwarmOrchestration |
class |
SwarmRaftConfig |
class |
SwarmSpec |
class |
SwarmVersion |
class |
Task |
class |
TaskDefaults |
class |
TaskSpec |
class |
TaskStatus |
class |
TaskStatusContainerStatus |
class |
ThrottlingDataConfig
Used in
Statistics |
class |
TmpfsOptions |
class |
Ulimit |
class |
UpdateConfig |
class |
UpdateContainerResponse |
class |
Version
Used for `/version`
|
class |
VersionComponent
Part of
Version |
class |
VersionPlatform
Part of
Version |
class |
VolumeBind |
class |
VolumeOptions |
class |
WaitResponse
Represents a wait container command response
|
Modifier and Type | Method and Description |
---|---|
static void |
DockerObjectAccessor.overrideRawValue(DockerObject o,
String key,
Object value)
This is an advanced method for setting raw values on the resulting object
that will fully overwrite any previously set value for given key.
|
static void |
DockerObjectAccessor.overrideRawValues(DockerObject o,
HashMap<String,Object> rawValues)
Deprecated.
not for public usage, unless you _really_ understand what you're doing
|
Copyright © 2022. All rights reserved.