Skip to content

ReplacementServicePackNameList

Bases: OCIType

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

Attributes:

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

    Attributes:

        service_pack_name (List[str]):

    """

    service_pack_name: List[str] = field(metadata={"alias": "servicePackName"})