SystemZoneGetListRequest
Bases: OCIRequest
Get the list of all Zones. The response is either a SystemZoneGetListResponse or an ErrorResponse.
Attributes:
Responses
Bases: OCIDataResponse
Response to the SystemZoneGetListRequest.
Attributes:
zone_name (Optional[List[str]]):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemZoneGetListRequest
client = Client()
command = SystemZoneGetListRequest()
response = client.command(command)
print(response)