Uses of Class
co.yellowdog.platform.model.ComputeSourceExhaustion
Packages that use ComputeSourceExhaustion
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ComputeSourceExhaustion in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ComputeSourceExhaustionModifier and TypeMethodDescriptionComputeSourceExhaustion.Builder.build()
AlibabaInstancesComputeSource.getExhaustion()
AwsFleetComputeSource.getExhaustion()
AwsInstancesComputeSource.getExhaustion()
AzureInstancesComputeSource.getExhaustion()
AzureScaleSetComputeSource.getExhaustion()
ComputeSource.getExhaustion()
If this source is associated with an exhausted allowance, gets the exhaustion state.GceInstanceGroupComputeSource.getExhaustion()
GceInstancesComputeSource.getExhaustion()
OciInstancePoolComputeSource.getExhaustion()
OciInstancesComputeSource.getExhaustion()
SimulatorComputeSource.getExhaustion()
Methods in co.yellowdog.platform.model with parameters of type ComputeSourceExhaustionModifier and TypeMethodDescriptionvoid
AlibabaInstancesComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
AwsFleetComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
AwsInstancesComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
AzureInstancesComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
AzureScaleSetComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
ComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
GceInstanceGroupComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
GceInstancesComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
OciInstancePoolComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
OciInstancesComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion) void
SimulatorComputeSource.setExhaustion
(ComputeSourceExhaustion exhaustion)