Class: Google::Cloud::Dataproc::V1beta2::LifecycleConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb

Overview

Specifies the cluster auto-delete schedule configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_delete_timeGoogle::Protobuf::Timestamp

Returns Optional. The time when cluster will be auto-deleted.

Returns:



322
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322

class LifecycleConfig; end

#auto_delete_ttlGoogle::Protobuf::Duration

Returns 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..

Returns:

  • (Google::Protobuf::Duration)

    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..



322
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322

class LifecycleConfig; end

#idle_delete_ttlGoogle::Protobuf::Duration

Returns 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.

Returns:

  • (Google::Protobuf::Duration)

    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.



322
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322

class LifecycleConfig; end