InstanceFleetTimeline class
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
Constructors
- InstanceFleetTimeline({DateTime? creationDateTime, DateTime? endDateTime, DateTime? readyDateTime})
-
InstanceFleetTimeline.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDateTime → DateTime?
-
The time and date the instance fleet was created.
final
- endDateTime → DateTime?
-
The time and date the instance fleet terminated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- readyDateTime → DateTime?
-
The time and date the instance fleet was ready to run jobs.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited