status property

String? status
final

The status of the task set. The following describes each state:

PRIMARY
The task set is serving production traffic.
ACTIVE
The task set is not serving production traffic.
DRAINING
The tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.

Implementation

final String? status;