Connector class
Represents a connector.
Constructors
-
Connector({DateTime? associatedOn, List<
ConnectorCapability> ? capabilityList, String? connectorId, String? ipAddress, String? macAddress, ConnectorStatus? status, String? version, String? vmManagerId, String? vmManagerName, VmManagerType? vmManagerType}) -
Connector.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associatedOn → DateTime?
-
The time the connector was associated.
final
-
capabilityList
→ List<
ConnectorCapability> ? -
The capabilities of the connector.
final
- connectorId → String?
-
The ID of the connector.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress → String?
-
The IP address of the connector.
final
- macAddress → String?
-
The MAC address of the connector.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ConnectorStatus?
-
The status of the connector.
final
- version → String?
-
The connector version.
final
- vmManagerId → String?
-
The ID of the VM manager.
final
- vmManagerName → String?
-
The name of the VM manager.
final
- vmManagerType → VmManagerType?
-
The VM management product.
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