Uses of Enum
co.yellowdog.platform.model.InstancePricingPreference
Packages that use InstancePricingPreference
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of InstancePricingPreference in co.yellowdog.platform.model
Subclasses with type arguments of type InstancePricingPreference in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return InstancePricingPreferenceModifier and TypeMethodDescriptionRunSpecification.getInstancePricingPreference()The preferredInstancePricingof the machine instances to use.static InstancePricingPreferenceReturns the enum constant of this type with the specified name.static InstancePricingPreference[]InstancePricingPreference.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type InstancePricingPreferenceModifier and TypeMethodDescriptionRunSpecification.Builder.instancePricingPreference(InstancePricingPreference instancePricingPreference) The preferredInstancePricingof the machine instances to use.voidRunSpecification.setInstancePricingPreference(InstancePricingPreference instancePricingPreference) The preferredInstancePricingof the machine instances to use.