LifecycleConfig class
Specifies the cluster auto-delete schedule configuration.
Constructors
- LifecycleConfig({String? autoDeleteTime, String? autoDeleteTtl, String? idleDeleteTtl, String? idleStartTime})
- LifecycleConfig.fromJson(Map json_)
Properties
- autoDeleteTime ↔ String?
-
The time when cluster will be auto-deleted (see JSON representation of
Timestamp
(https://developers.google.com/protocol-buffers/docs/proto3#json)).
getter/setter pair
- autoDeleteTtl ↔ String?
-
The lifetime duration of cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idleDeleteTtl ↔ String?
-
The duration to keep the cluster alive while idling (when no jobs are
running).
getter/setter pair
- idleStartTime ↔ String?
-
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)).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited