NodeSummary class

A summary of configuration properties for a node.

Constructors

NodeSummary({String? availabilityZone, DateTime? creationDate, String? id, String? instanceType, NodeStatus? status})
NodeSummary.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZone String?
The Availability Zone in which the node exists.
final
creationDate DateTime?
The date and time that the node was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the node.
final
instanceType String?
The EC2 instance type for the node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NodeStatus?
The status of the node.
final

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