class opalone._internal.ports.Port(port_id, model_id=None, port_type=None)
Bases: Resource
A port is a part of a Block
which allows interconnecting multiple blocks together.
Delete the current port.
This function does nothing for now, since a port deletion is not supported. To delete a port, the user must delete the Block
owning the port.
Convert this resource to a serialized JSON representation.
The ID of the resource.
This property is read-only, it cannot be modified.