Class Assignment (0.4.1)

Assignment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Attributes

NameDescription
name str
Output only. Name of the resource. E.g.: ``projects/myproject/locations/US/reservations/team1-prod/assignments/123``.
assignee str
The resource which will use the reservation. E.g. ``projects/myproject``, ``folders/123``, or ``organizations/456``.
job_type `.gcbr_reservation.Assignment.JobType`
Which type of jobs will use the reservation.
state `.gcbr_reservation.Assignment.State`
Output only. State of the assignment.

Inheritance

builtins.object > proto.message.Message > Assignment

Classes

JobType

JobType(value)

Types of job, which could be specified when using the reservation.

State

State(value)

Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.