ReservationBlockPhysicalTopologyInstance constructor
ReservationBlockPhysicalTopologyInstance({
- BigInt? instanceId,
- ReservationBlockPhysicalTopologyInstancePhysicalHostTopology? physicalHostTopology,
- BigInt? projectId,
Implementation
ReservationBlockPhysicalTopologyInstance({
this.instanceId,
this.physicalHostTopology,
this.projectId,
}) : super(fullyQualifiedName);