Uses of Enum Class
com.github.cowwoc.docker.resource.Node.SwarmRole
Packages that use Node.SwarmRole
-
Uses of Node.SwarmRole in com.github.cowwoc.docker.resource
Subclasses with type arguments of type Node.SwarmRole in com.github.cowwoc.docker.resourceModifier and TypeClassDescriptionstatic enum
The role of the node within the swarm.Methods in com.github.cowwoc.docker.resource that return Node.SwarmRoleModifier and TypeMethodDescriptionNode.getRole()
Returns the role of the node within the swarm.static Node.SwarmRole
Returns the enum constant of this class with the specified name.static Node.SwarmRole[]
Node.SwarmRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.cowwoc.docker.resource with parameters of type Node.SwarmRoleModifier and TypeMethodDescriptionNode.setRole
(Node.SwarmRole role) Changes the role of the node.