ReservationSlotStatus constructor
ReservationSlotStatus({
- ReservationSlotPhysicalTopology? physicalTopology,
- List<
String> ? rdmaIpAddresses, - List<
String> ? runningInstances,
Implementation
ReservationSlotStatus({
this.physicalTopology,
this.rdmaIpAddresses,
this.runningInstances,
});