Skip to content

ReplacementVirtualOnNetCallTypeNameList

Bases: OCIType

A list of Virtual On-Net Call Types that replaces a previously configured list. By convention, an element of this type may be set to nill to clear the list.

Attributes:

virtual_on_net_call_type_name (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementVirtualOnNetCallTypeNameList(OCIType):
    """A list of Virtual On-Net Call Types that replaces a previously
        configured list. By convention, an element of this type may be set
        to nill to clear the list.

    Attributes:

        virtual_on_net_call_type_name (List[str]):

    """

    virtual_on_net_call_type_name: List[str] = field(
        metadata={"alias": "virtualOnNetCallTypeName"}
    )