Skip to content

ReplacementCombinedNetworkClassOfServiceList

Bases: OCIType

A list of network class of services that replaces a previously network class of services.

Attributes:

network_class_of_service (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCombinedNetworkClassOfServiceList(OCIType):
    """A list of network class of services that replaces a previously network class of services.

    Attributes:

        network_class_of_service (List[str]):

    """

    network_class_of_service: List[str] = field(
        metadata={"alias": "networkClassOfService"}
    )