GetAllocationsAllocation

data class GetAllocationsAllocation(val clientStatus: String, val createIndex: Int, val createTime: Int, val desiredStatus: String, val evalId: String, val followupEvalId: String, val id: String, val jobId: String, val jobType: String, val jobVersion: Int, val modifyIndex: Int, val modifyTime: Int, val name: String, val namespace: String, val nextAllocation: String, val nodeId: String, val nodeName: String, val preemptedByAllocation: String, val taskGroup: String)

Constructors

Link copied to clipboard
constructor(clientStatus: String, createIndex: Int, createTime: Int, desiredStatus: String, evalId: String, followupEvalId: String, id: String, jobId: String, jobType: String, jobVersion: Int, modifyIndex: Int, modifyTime: Int, name: String, namespace: String, nextAllocation: String, nodeId: String, nodeName: String, preemptedByAllocation: String, taskGroup: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - The current client status of the allocation.

Link copied to clipboard

(int) - The Raft index in which the allocation was created.

Link copied to clipboard

(int) - The timestamp of when the allocation was created.

Link copied to clipboard

(string) - The current desired status of the allocation.

Link copied to clipboard

(string) - The ID of the evaluation that generated the allocation.

Link copied to clipboard

(string) - The ID of the evaluation that succeeds the allocation evaluation.

Link copied to clipboard
val id: String

(string) - The ID of the allocation.

Link copied to clipboard

(string) - The ID of the job related to the allocation.

Link copied to clipboard

(string) - The type of the job related to the allocation.

Link copied to clipboard

(int) - The version of the job that generated the allocation.

Link copied to clipboard

(int) - The Raft index in which the allocation was last modified.

Link copied to clipboard

(int) - The timestamp of when the allocation was last modified.

Link copied to clipboard

(string) - The name of the allocation.

Link copied to clipboard

(string: <optional>) - Specifies the namespace to search for allocations in.

Link copied to clipboard

(string) - The ID of the allocation that succeeds the allocation.

Link copied to clipboard

(string) - The ID of the node to which the allocation was scheduled.

Link copied to clipboard

(string) - The ID of the node to which the allocation was scheduled.

Link copied to clipboard

(string) - The ID of the allocation that preempted the allocation.

Link copied to clipboard

(string) - The job task group related to the allocation.