SystemGeographicRedundancyProxyGetRequest
Bases: OCIRequest
Request to get the list of Geographic Redundancy Proxy system parameters The response is a SystemGeographicRedundancyProxyGetResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemGeographicRedundancyProxyGetRequest. Contains a list of Geographic Redundancy Proxy system parameters.
Attributes:
enabled (bool):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemGeographicRedundancyProxyGetRequest
client = Client()
command = SystemGeographicRedundancyProxyGetRequest()
response = client.command(command)
print(response)