HttpInstanceSummary class

In a response to a DiscoverInstances request, HttpInstanceSummary contains information about one instance that matches the values that you specified in the request.

Constructors

HttpInstanceSummary({Map<String, String>? attributes, HealthStatus? healthStatus, String? instanceId, String? namespaceName, String? serviceName})
HttpInstanceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, String>?
If you included any attributes when you registered the instance, the values of those attributes.
final
hashCode int
The hash code for this object.
no setterinherited
healthStatus HealthStatus?
If you configured health checking in the service, the current health status of the service instance.
final
instanceId String?
The ID of an instance that matches the values that you specified in the request.
final
namespaceName String?
The name of the namespace that you specified when you registered the instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String?
The name of the service that you specified when you registered the instance.
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