Uses of Enum
co.yellowdog.platform.model.InstancePricing
Packages that use InstancePricing
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of InstancePricing in co.yellowdog.platform.model
Subclasses with type arguments of type InstancePricing in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return InstancePricingModifier and TypeMethodDescriptionAlibabaInstancesComputeSource.getInstancePricing()
AwsFleetComputeSource.getInstancePricing()
AwsInstancesComputeSource.getInstancePricing()
default InstancePricing
AzureComputeSource.getInstancePricing()
ComputeSource.getInstancePricing()
Gets the instance pricing for this source, e.g.default InstancePricing
GceComputeSource.getInstancePricing()
OciInstancePoolComputeSource.getInstancePricing()
OciInstancesComputeSource.getInstancePricing()
SimulatorComputeSource.getInstancePricing()
static InstancePricing
Returns the enum constant of this type with the specified name.static InstancePricing[]
InstancePricing.values()
Returns an array containing the constants of this enum type, in the order they are declared.