Class: Google::Cloud::Dataproc::V1beta2::LifecycleConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::LifecycleConfig
- 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
-
#auto_delete_time ⇒ Google::Protobuf::Timestamp
Optional.
-
#auto_delete_ttl ⇒ Google::Protobuf::Duration
Optional.
-
#idle_delete_ttl ⇒ Google::Protobuf::Duration
Optional.
Instance Attribute Details
#auto_delete_time ⇒ Google::Protobuf::Timestamp
Returns Optional. The time when cluster will be auto-deleted.
322 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322 class LifecycleConfig; end |
#auto_delete_ttl ⇒ Google::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..
322 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322 class LifecycleConfig; end |
#idle_delete_ttl ⇒ Google::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.
322 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 322 class LifecycleConfig; end |