Skip to content

ReplacementDNList

Bases: OCIType

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

Attributes:

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

    Attributes:

        phone_number (List[str]):

    """

    phone_number: List[str] = field(metadata={"alias": "phoneNumber"})