Bases: OCIType
A list of Enterprise Trunk Krunk Group Keys that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.
Attributes:
trunk_group (List[EnterpriseTrunkTrunkGroupKey]):
Source code in src/mercury_ocip_fast/commands/commands.py
| @dataclass(kw_only=True)
class ReplacementEnterpriseEnterpriseTrunkTrunkGroupKeyList(OCIType):
"""A list of Enterprise Trunk Krunk Group Keys that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Attributes:
trunk_group (List[EnterpriseTrunkTrunkGroupKey]):
"""
trunk_group: List[EnterpriseTrunkTrunkGroupKey] = field(
metadata={"alias": "trunkGroup"}
)
|