ReservationSlotStatus constructor
ReservationSlotStatus({
- ReservationSlotPhysicalTopology? physicalTopology,
- List<
String> rdmaIpAddresses = const [], - List<
String> runningInstances = const [],
Implementation
ReservationSlotStatus({
this.physicalTopology,
this.rdmaIpAddresses = const [],
this.runningInstances = const [],
}) : super(fullyQualifiedName);