public class SwarmNodeDescription extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SwarmNodeDescription() |
| Modifier and Type | Method and Description |
|---|---|
SwarmNodeEngineDescription |
getEngine() |
String |
getHostname() |
SwarmNodePlatform |
getPlatform() |
SwarmNodeResources |
getResources() |
SwarmNodeDescription |
withEngine(SwarmNodeEngineDescription engine) |
SwarmNodeDescription |
withHostname(String hostname) |
SwarmNodeDescription |
withPlatform(SwarmNodePlatform platform) |
SwarmNodeDescription |
withResources(SwarmNodeResources resources) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public String getHostname()
hostnamepublic SwarmNodeDescription withHostname(String hostname)
hostname@CheckForNull public SwarmNodePlatform getPlatform()
platformpublic SwarmNodeDescription withPlatform(SwarmNodePlatform platform)
platform@CheckForNull public SwarmNodeResources getResources()
resourcespublic SwarmNodeDescription withResources(SwarmNodeResources resources)
resources@CheckForNull public SwarmNodeEngineDescription getEngine()
enginepublic SwarmNodeDescription withEngine(SwarmNodeEngineDescription engine)
engineCopyright © 2025. All rights reserved.