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 (List[EnterpriseTrunkTrunkGroupKey]):
Source code in src/mercury_ocip/commands/commands.py
| @dataclass(kw_only=True)
class ReplacementEnterpriseTrunkTrunkGroupKeyList(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 (List[EnterpriseTrunkTrunkGroupKey]):
"""
trunk_group_list: List[EnterpriseTrunkTrunkGroupKey] = field(
metadata={"alias": "trunkGroupList"}
)
|