Connector constructor
Connector({
- DateTime? associatedOn,
- List<
ConnectorCapability> ? capabilityList, - String? connectorId,
- String? ipAddress,
- String? macAddress,
- ConnectorStatus? status,
- String? version,
- String? vmManagerId,
- String? vmManagerName,
- VmManagerType? vmManagerType,
Implementation
Connector({
this.associatedOn,
this.capabilityList,
this.connectorId,
this.ipAddress,
this.macAddress,
this.status,
this.version,
this.vmManagerId,
this.vmManagerName,
this.vmManagerType,
});