google_api_dataproc v0.21.0 GoogleApi.Dataproc.V1.Model.LifecycleConfig 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.
  • autoDeleteTtl (type: String.t, default: nil) - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Valid range: 10m, 14d.Example: "1d", to delete the cluster 1 day after its creation..
  • idleDeleteTtl (type: String.t, default: nil) - Optional. The duration to keep the cluster alive while idling. Passing this threshold will cause the cluster to be deleted. Valid range: 10m, 14d.Example: "10m", the minimum value, to delete the cluster when it has had no jobs running for 10 minutes.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dataproc.V1.Model.LifecycleConfig{
  autoDeleteTime: DateTime.t(),
  autoDeleteTtl: String.t(),
  idleDeleteTtl: String.t(),
  idleStartTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.