Add support for managing attachment of partitions to partition links, for SMC-D and HS typed partition links.
I suggest that should be designed with new attach_partition() and ´detach_partition()methods on thePartitionLinkobject, which would be implemented by using the "Modify Partition Link" operation. These methods would get thePartition` object as input and return nothing (in the success case).
Add support for managing attachment of partitions to partition links, for SMC-D and HS typed partition links.
I suggest that should be designed with new
attach_partition()and ´detach_partition()methods on thePartitionLinkobject, which would be implemented by using the "Modify Partition Link" operation. These methods would get thePartition` object as input and return nothing (in the success case).