Uses of Enum
co.yellowdog.platform.model.InstanceStatus
Packages that use InstanceStatus
Package
Description
Defines types used in the request/response interactions with the YellowDog Compute Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of InstanceStatus in co.yellowdog.platform.interaction.compute
Methods in co.yellowdog.platform.interaction.compute that return types with arguments of type InstanceStatusMethod parameters in co.yellowdog.platform.interaction.compute with type arguments of type InstanceStatusModifier and TypeMethodDescriptionvoid
InstanceSearch.setStatuses
(List<@NotNull InstanceStatus> statuses) InstanceSearch.Builder.statuses
(List<@NotNull InstanceStatus> statuses) -
Uses of InstanceStatus in co.yellowdog.platform.interaction.usage
Methods in co.yellowdog.platform.interaction.usage that return types with arguments of type InstanceStatusMethod parameters in co.yellowdog.platform.interaction.usage with type arguments of type InstanceStatusModifier and TypeMethodDescriptionInstanceUsage.Builder.statusDurations
(Map<InstanceStatus, Duration> statusDurations) -
Uses of InstanceStatus in co.yellowdog.platform.model
Subclasses with type arguments of type InstanceStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return InstanceStatusModifier and TypeMethodDescriptionInstance.getStatus()
The status of this instance.static InstanceStatus
Returns the enum constant of this type with the specified name.static InstanceStatus[]
InstanceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model that return types with arguments of type InstanceStatusModifier and TypeMethodDescriptionList
<@NotNull InstanceStatus> Allowance.getMonitoredStatuses()
InstanceSummary.getStatusCounts()
A count of each status based on the non-expired instances that have been provisioned.Methods in co.yellowdog.platform.model with parameters of type InstanceStatusModifier and TypeMethodDescriptionAccountAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) RequirementAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) RequirementsAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) SourceAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) SourcesAllowance.Builder.monitoredStatus
(InstanceStatus monitoredStatus) void
Instance.setStatus
(InstanceStatus status) The status of this instance.Method parameters in co.yellowdog.platform.model with type arguments of type InstanceStatusModifier and TypeMethodDescriptionAccountAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) RequirementAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) RequirementsAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) SourceAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) SourcesAllowance.Builder.monitoredStatuses
(Collection<? extends InstanceStatus> monitoredStatuses) void
Allowance.setMonitoredStatuses
(List<@NotNull InstanceStatus> monitoredStatuses) void
InstanceSummary.setStatusCounts
(Map<InstanceStatus, Integer> statusCounts) A count of each status based on the non-expired instances that have been provisioned.Constructor parameters in co.yellowdog.platform.model with type arguments of type InstanceStatusModifierConstructorDescriptionAccountAllowance
(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)