Uses of Class
co.yellowdog.platform.model.Node.Builder
Packages that use Node.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of Node.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Node.BuilderModifier and TypeMethodDescriptionNode.Builder.actionQueueStatus
(NodeActionQueueStatus actionQueueStatus) The status of the action queue for the node.Node.Builder.agentVersion
(String agentVersion) static Node.Builder
Node.builder()
Node.Builder.details
(NodeDetails details) The details of the node.The ID of the node.Node.Builder.registeredTime
(Instant registeredTime) The time when the node was registered.Node.Builder.status
(NodeStatus status) The status of this instance.Node.Builder.statusChangedTime
(Instant statusChangedTime) The date and time when the status last changed.Node.Builder.workerPoolId
(String workerPoolId) The ID of the worker pool containing the node.The workers on this instance.