Uses of Class
co.yellowdog.platform.interaction.compute.ComputeRequirementSummary.Builder
Packages that use ComputeRequirementSummary.Builder
Package
Description
Defines types used in the request/response interactions with the YellowDog Compute Service.
-
Uses of ComputeRequirementSummary.Builder in co.yellowdog.platform.interaction.compute
Methods in co.yellowdog.platform.interaction.compute that return ComputeRequirementSummary.BuilderModifier and TypeMethodDescriptionComputeRequirementSummary.Builder.aliveInstanceCount
(int aliveInstanceCount) The number of alive instances.ComputeRequirementSummary.builder()
ComputeRequirementSummary.Builder.createdTime
(Instant createdTime) The date and time when this compute requirement was first submitted to YellowDog Compute.ComputeRequirementSummary.Builder.expectedInstanceCount
(int expectedInstanceCount) The number of alive instances expected based on existing instances and the most recent provision action.ComputeRequirementSummary.Builder.healthy
(boolean healthy) Represents whether the compute requirement is healthy or not.The ID of this compute requirement that is generated by YellowDog Compute when the requirement is first submitted.The user allocated name used to uniquely identify the compute requirement within its namespace.The user allocated namespace used to group compute requirements and other objects together.ComputeRequirementSummary.Builder.status
(ComputeRequirementStatus status) The status of this compute requirement.ComputeRequirementSummary.Builder.targetInstanceCount
(int targetInstanceCount) The number of instances to be provisioned to meet this compute requirement.