Commit dd752a95 authored by Adrian Pino's avatar Adrian Pino
Browse files

Delete get_edge_cloud_zones_details from edgecloud_interface

parent e16e754f
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -110,20 +110,6 @@ class EdgeCloudManagementInterface(ABC):
        """
        pass

    @abstractmethod
    def get_edge_cloud_zones_details(
        self, federation_context_id: str, zone_id: str
    ) -> Dict:
        """
        Retrieves details of a specific Edge Cloud Zone reserved
        for the specified zone by the partner OP.

        :param federation_context_id: Identifier of the federation context.
        :param zone_id: Unique identifier of the Edge Cloud Zone.
        :return: Dictionary with Edge Cloud Zone details.
        """
        pass

    # --- GSMA-specific methods ---

    # FederationManagement