ReservationSlotStatus constructor

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

Implementation

ReservationSlotStatus({
  this.physicalTopology,
  this.rdmaIpAddresses,
  this.runningInstances,
});