Package-level declarations

Types

Link copied to clipboard
enum ConsumableResourceResourceType : Enum<ConsumableResourceResourceType> , ConvertibleToJava<ConsumableResourceResourceType>

Type of Consumable Resource.

Link copied to clipboard
enum JobQueueJobStateTimeLimitActionAction : Enum<JobQueueJobStateTimeLimitActionAction> , ConvertibleToJava<JobQueueJobStateTimeLimitActionAction>

The action to take when a job is at the head of the job queue in the specified state for the specified period of time. The only supported value is CANCEL , which will cancel the job.

Link copied to clipboard
enum JobQueueJobStateTimeLimitActionState : Enum<JobQueueJobStateTimeLimitActionState> , ConvertibleToJava<JobQueueJobStateTimeLimitActionState>

The state of the job needed to trigger the action. The only supported value is RUNNABLE .

Link copied to clipboard
enum JobQueueState : Enum<JobQueueState> , ConvertibleToJava<JobQueueState>

The state of the job queue. If the job queue state is ENABLED , it is able to accept jobs. If the job queue state is DISABLED , new jobs can't be added to the queue, but jobs already in the queue can finish.