Skip to content

EnterpriseTrunkTrunkGroupKey

Bases: OCIType

Identifies a trunk group within an Enterprise Trunk where the service provider id is already known.

Attributes:

group_id (str):

trunk_group_name (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class EnterpriseTrunkTrunkGroupKey(OCIType):
    """Identifies a trunk group within an Enterprise Trunk where the service provider id is already known.

    Attributes:

        group_id (str):

        trunk_group_name (str):

    """

    group_id: str = field(metadata={"alias": "groupId"})

    trunk_group_name: str = field(metadata={"alias": "trunkGroupName"})