public class SwarmNodePluginDescription extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SwarmNodePluginDescription() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getType() |
SwarmNodePluginDescription |
withName(String name) |
SwarmNodePluginDescription |
withType(String type) |
getRawValues
public static final long serialVersionUID
@CheckForNull public String getType()
type
public SwarmNodePluginDescription withType(String type)
type
@CheckForNull public String getName()
name
public SwarmNodePluginDescription withName(String name)
name
Copyright © 2024. All rights reserved.