Uses of Class
co.yellowdog.platform.model.AutoShutdown
Packages that use AutoShutdown
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 AutoShutdown in co.yellowdog.platform.model
Subclasses with type arguments of type AutoShutdown in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new RequirementAllowance.Fields in co.yellowdog.platform.model declared as AutoShutdownMethods in co.yellowdog.platform.model that return AutoShutdownModifier and TypeMethodDescriptionAutoShutdown.Builder.buildUnchecked()
ProvisionedWorkerPoolProperties.getIdleNodeShutdown()
Determines the auto shutdown behaviour applied for idle nodes.ProvisionedWorkerPoolProperties.getIdlePoolShutdown()
Determines the auto shutdown behaviour applied for an idle pool.Methods in co.yellowdog.platform.model with parameters of type AutoShutdownModifier and TypeMethodDescriptionProvisionedWorkerPoolProperties.Builder.idleNodeShutdown
(AutoShutdown idleNodeShutdown) Determines the auto shutdown behaviour applied for idle nodes.ProvisionedWorkerPoolProperties.Builder.idlePoolShutdown
(AutoShutdown idlePoolShutdown) Determines the auto shutdown behaviour applied for an idle pool.void
ProvisionedWorkerPoolProperties.setIdleNodeShutdown
(AutoShutdown idleNodeShutdown) Determines the auto shutdown behaviour applied for idle nodes.void
ProvisionedWorkerPoolProperties.setIdlePoolShutdown
(AutoShutdown idlePoolShutdown) Determines the auto shutdown behaviour applied for an idle pool. -
Uses of AutoShutdown in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type AutoShutdown in co.yellowdog.platform.model.validation.customvalidators