Bases: OCIType
Contains an ordered list of zones to use to replace the current list of zones in an Office Zone.
Attributes:
Source code in src/mercury_ocip_fast/commands/commands.py
| @dataclass(kw_only=True)
class ReplacementZoneList(OCIType):
"""Contains an ordered list of zones to use to replace the current list of zones in an Office Zone.
Attributes:
zone_name (List[str]):
"""
zone_name: List[str] = field(metadata={"alias": "zoneName"})
|