Skip to content

ReplacementSIPAliasList

Bases: OCIType

A list of SIP aliases that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.

Attributes:

sip_alias (List[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ReplacementSIPAliasList(OCIType):
    """A list of SIP aliases that replaces a previously configured list.
        By convention, an element of this type may be set nill to clear the list.

    Attributes:

        sip_alias (List[str]):

    """

    sip_alias: List[str] = field(metadata={"alias": "sipAlias"})