Node constructor
Node({
- String? availabilityZone,
- DateTime? creationDate,
- NodeFrameworkAttributes? frameworkAttributes,
- String? id,
- String? instanceType,
- NodeLogPublishingConfiguration? logPublishingConfiguration,
- String? memberId,
- String? networkId,
- StateDBType? stateDB,
- NodeStatus? status,
Implementation
Node({
this.availabilityZone,
this.creationDate,
this.frameworkAttributes,
this.id,
this.instanceType,
this.logPublishingConfiguration,
this.memberId,
this.networkId,
this.stateDB,
this.status,
});