Show / Hide Table of Contents

Class ClusterClusterConfigLifecycleConfig

Inheritance
System.Object
ClusterClusterConfigLifecycleConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigLifecycleConfig

Fields

View Source

AutoDeleteTime

The time when cluster will be auto-deleted. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Declaration
public readonly string AutoDeleteTime
Field Value
Type Description
System.String
View Source

IdleDeleteTtl

The duration to keep the cluster alive while idling (no jobs running). After this TTL, the cluster will be deleted. Valid range: [10m, 14d].

Declaration
public readonly string IdleDeleteTtl
Field Value
Type Description
System.String
View Source

IdleStartTime

Declaration
public readonly string IdleStartTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.