public class SwarmNodePlatform extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SwarmNodePlatform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture() |
String |
getOs() |
SwarmNodePlatform |
withArchitecture(String architecture) |
SwarmNodePlatform |
withOs(String os) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public String getArchitecture()
architecturepublic SwarmNodePlatform withArchitecture(String architecture)
architecture@CheckForNull public String getOs()
ospublic SwarmNodePlatform withOs(String os)
osCopyright © 2025. All rights reserved.