Skip to content

ReplacementDeviceTypeList

Bases: OCIType

A list of device types that replaces the previously assigned list. By convention, an element of this type may be set nill to clear the list.

Attributes:

device_type (List[str]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementDeviceTypeList(OCIType):
    """A list of device types that replaces the previously assigned list.
        By convention, an element of this type may be set nill to clear the list.

    Attributes:

        device_type (List[str]):

    """

    device_type: List[str] = field(metadata={"alias": "deviceType"})