Bases: OCIType
A list of Group Trunk Krunk Group Names that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.
Attributes:
Source code in src/mercury_ocip/commands/commands.py
| @dataclass(kw_only=True)
class ReplacementGroupEnterpriseTrunkTrunkGroupList(OCIType):
"""A list of Group Trunk Krunk Group Names 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[str]):
"""
trunk_group: List[str] = field(metadata={"alias": "trunkGroup"})
|