ConnectivityInfo class
Information about a Greengrass core's connectivity.
Constructors
- ConnectivityInfo({String? hostAddress, String? id, String? metadata, int? portNumber})
-
ConnectivityInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostAddress → String?
-
The endpoint for the Greengrass core. Can be an IP address or DNS.
final
- id → String?
-
The ID of the connectivity information.
final
- metadata → String?
-
Metadata for this endpoint.
final
- portNumber → int?
-
The port of the Greengrass core. Usually 8883.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited