ReservationSlotStatus constructor

ReservationSlotStatus({
  1. ReservationSlotPhysicalTopology? physicalTopology,
  2. List<String> rdmaIpAddresses = const [],
  3. List<String> runningInstances = const [],
})

Implementation

ReservationSlotStatus({
  this.physicalTopology,
  this.rdmaIpAddresses = const [],
  this.runningInstances = const [],
}) : super(fullyQualifiedName);