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) |
getRawValues
public static final long serialVersionUID
@CheckForNull public String getArchitecture()
architecture
public SwarmNodePlatform withArchitecture(String architecture)
architecture
@CheckForNull public String getOs()
os
public SwarmNodePlatform withOs(String os)
os
Copyright © 2023. All rights reserved.