Uses of Class
co.yellowdog.platform.model.WorkerPoolNodeConfiguration
Packages that use WorkerPoolNodeConfiguration
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of WorkerPoolNodeConfiguration in co.yellowdog.platform.model
Subclasses with type arguments of type WorkerPoolNodeConfiguration in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new WorkerPoolNodeConfiguration that is automatically validated on build.Methods in co.yellowdog.platform.model that return WorkerPoolNodeConfigurationModifier and TypeMethodDescriptionWorkerPoolNodeConfiguration.Builder.buildUnchecked()
ConfiguredWorkerPoolProperties.getNodeConfiguration()
ProvisionedWorkerPoolProperties.getNodeConfiguration()
WorkerPoolProperties.getNodeConfiguration()
Methods in co.yellowdog.platform.model with parameters of type WorkerPoolNodeConfigurationModifier and TypeMethodDescriptionConfiguredWorkerPoolProperties.Builder.nodeConfiguration
(WorkerPoolNodeConfiguration nodeConfiguration) ProvisionedWorkerPoolProperties.Builder.nodeConfiguration
(WorkerPoolNodeConfiguration nodeConfiguration) void
ConfiguredWorkerPoolProperties.setNodeConfiguration
(WorkerPoolNodeConfiguration nodeConfiguration) void
ProvisionedWorkerPoolProperties.setNodeConfiguration
(WorkerPoolNodeConfiguration nodeConfiguration) -
Uses of WorkerPoolNodeConfiguration in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type WorkerPoolNodeConfiguration in co.yellowdog.platform.model.validation.customvalidators