SystemGETSReservedFeatureAccessCodeGetListRequest
Bases: OCIRequest
Get a list of GETS reserved FAC. The response is either SystemGETSReservedFeatureAccessCodeGetListResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemGETSReservedFeatureAccessCodeGetListRequest. The table columns are: "Code" and "Description".
Attributes:
reserved_code_table (OCITable):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemGETSReservedFeatureAccessCodeGetListRequest
client = Client()
command = SystemGETSReservedFeatureAccessCodeGetListRequest()
response = client.command(command)
print(response)