Uses of Enum
co.yellowdog.platform.model.AllowanceLimitEnforcement
Packages that use AllowanceLimitEnforcement
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AllowanceLimitEnforcement in co.yellowdog.platform.interaction.usage
Methods in co.yellowdog.platform.interaction.usage that return AllowanceLimitEnforcementMethods in co.yellowdog.platform.interaction.usage with parameters of type AllowanceLimitEnforcementModifier and TypeMethodDescriptionAllowanceSearch.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) void
AllowanceSearch.setLimitEnforcement
(AllowanceLimitEnforcement limitEnforcement) -
Uses of AllowanceLimitEnforcement in co.yellowdog.platform.model
Subclasses with type arguments of type AllowanceLimitEnforcement in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Defines the limit enforcement options for an empty allowanceMethods in co.yellowdog.platform.model that return AllowanceLimitEnforcementModifier and TypeMethodDescriptionAllowance.getLimitEnforcement()
static AllowanceLimitEnforcement
Returns the enum constant of this type with the specified name.static AllowanceLimitEnforcement[]
AllowanceLimitEnforcement.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 AllowanceLimitEnforcementModifier and TypeMethodDescriptionAccountAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) RequirementAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) RequirementsAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) SourceAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) SourcesAllowance.Builder.limitEnforcement
(AllowanceLimitEnforcement limitEnforcement) void
Allowance.setLimitEnforcement
(AllowanceLimitEnforcement limitEnforcement) Constructors in co.yellowdog.platform.model with parameters of type AllowanceLimitEnforcementModifierConstructorDescriptionAccountAllowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses) protected
Allowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses) RequirementAllowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses, String requirementId) RequirementsAllowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses, String requirementCreatedFromId, String requirementCreatedById, String namespace, String tag) SourceAllowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses, String sourceId) SourcesAllowance
(String description, Instant effectiveFrom, Instant effectiveUntil, int allowedHours, Integer boostHours, AllowanceResetType resetType, Integer resetInterval, AllowanceLimitEnforcement limitEnforcement, Integer hardLimitGraceMinutes, List<InstanceStatus> monitoredStatuses, String sourceCreatedFromId, CloudProvider provider, List<String> regions, List<String> instanceTypes, String credentialName)