Class LifecycleConfig (0.8.1)

Specifies the cluster auto-delete schedule configuration. .. attribute:: idle_delete_ttl

Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration <https://developers.google.com/protocol- buffers/docs/proto3#json>__.

Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp <https://developers.google.com/protocol- buffers/docs/proto3#json>__).

Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp <https://developers.google.com/protocol- buffers/docs/proto3#json>__).

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > LifecycleConfig