Uses of Enum
co.yellowdog.platform.model.ComputeSourceExhaustionStatus
Packages that use ComputeSourceExhaustionStatus
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ComputeSourceExhaustionStatus in co.yellowdog.platform.model
Subclasses with type arguments of type ComputeSourceExhaustionStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return ComputeSourceExhaustionStatusModifier and TypeMethodDescriptionComputeSourceExhaustion.getStatus()
If the source is associated with an exhausted allowance, gets the exhaustion status.Returns the enum constant of this type with the specified name.static ComputeSourceExhaustionStatus[]
ComputeSourceExhaustionStatus.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 ComputeSourceExhaustionStatusModifier and TypeMethodDescriptionvoid
ComputeSourceExhaustion.setStatus
(ComputeSourceExhaustionStatus status) If the source is associated with an exhausted allowance, gets the exhaustion status.ComputeSourceExhaustion.Builder.status
(ComputeSourceExhaustionStatus status) If the source is associated with an exhausted allowance, gets the exhaustion status.