Skip to content

ReplacementCombinedServicePackAuthorizationList

Bases: OCIType

A list of service packs that replaces previously authorized service packs.

Attributes:

service_pack_authorization (List[CombinedServicePackAuthorization]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCombinedServicePackAuthorizationList(OCIType):
    """A list of service packs that replaces previously authorized service packs.

    Attributes:

        service_pack_authorization (List[CombinedServicePackAuthorization]):

    """

    service_pack_authorization: List[CombinedServicePackAuthorization] = field(
        metadata={"alias": "servicePackAuthorization"}
    )