Uses of Class
co.yellowdog.platform.model.NodeDetails.Builder
Packages that use NodeDetails.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeDetails.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return NodeDetails.BuilderModifier and TypeMethodDescriptionstatic NodeDetails.Builder
NodeDetails.builder()
The hostname of the instance.NodeDetails.Builder.instanceId
(String instanceId) The ID of the node's instance.NodeDetails.Builder.instanceType
(String instanceType) The instance type of the instance.The slot number of this node within its node type if slot numbering has been configured.The node type of this node if node types have been configured.NodeDetails.Builder.privateIpAddress
(String privateIpAddress) The private IP address of the instance.NodeDetails.Builder.provider
(CloudProvider provider) The provider of the node's instance.NodeDetails.Builder.publicIpAddress
(String publicIpAddress) The public IP address of the instance.The amount of RAM in GB on the node's instance.The region in which the node's instance is running.NodeDetails.Builder.sourceName
(String sourceName) The name of the compute source from which the node's instance was provisioned.NodeDetails.Builder.sourceNumber
(Integer sourceNumber) The number of the compute source based on its order within the parent compute requirement.NodeDetails.Builder.supportedTaskTypes
(List<@NotBlank String> supportedTaskTypes) The task types supported by this node.The number of processors (threads) on the node's instance.An optional tag value that can be used to constrain worker allocation.