GoogleApi.Dataproc.V1.Model.LifecycleConfig (google_api_dataproc v0.47.0) View Source
Specifies the cluster auto-delete schedule configuration.
Attributes
-
autoDeleteTime
(type:DateTime.t
, default:nil
) - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)). -
autoDeleteTtl
(type:String.t
, default:nil
) - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). -
idleDeleteTtl
(type:String.t
, default:nil
) - 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 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). -
idleStartTime
(type:DateTime.t
, default:nil
) - 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)).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.LifecycleConfig{ autoDeleteTime: DateTime.t() | nil, autoDeleteTtl: String.t() | nil, idleDeleteTtl: String.t() | nil, idleStartTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.