SystemGETSResourcePriorityGetListRequest
Bases: OCIRequest
Get a list of GETS Resource Priorities. The response is either SystemGETSResourcePriorityGetListResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemGETSResourcePriorityGetListRequest. The table columns are: "Priority Value", "Priority Level" and "Priority Class".
Attributes:
resource_priority_table (OCITable):
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 SystemGETSResourcePriorityGetListRequest
client = Client()
command = SystemGETSResourcePriorityGetListRequest()
response = client.command(command)
print(response)