| Package | Description |
|---|---|
| com.github.dockerjava.api.model |
| Modifier and Type | Method and Description |
|---|---|
SwarmNodePlatform |
SwarmNodeDescription.getPlatform() |
SwarmNodePlatform |
SwarmNodePlatform.withArchitecture(java.lang.String architecture) |
SwarmNodePlatform |
SwarmNodePlatform.withOs(java.lang.String os) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SwarmNodePlatform> |
ServicePlacement.getPlatforms() |
| Modifier and Type | Method and Description |
|---|---|
SwarmNodeDescription |
SwarmNodeDescription.withPlatform(SwarmNodePlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServicePlacement.setPlatforms(java.util.List<SwarmNodePlatform> platforms) |
Copyright © 2020. All Rights Reserved.