SystemServicePackMigrationGetRequest
Bases: OCIRequest
Get system level Service Pack Migration parameters. The response is either a SystemServicePackMigrationGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemServicePackMigrationGetRequest. The response contains the Service Pack Migration system level settings.
Attributes:
max_simultaneous_migration_tasks (int):
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 SystemServicePackMigrationGetRequest
client = Client()
command = SystemServicePackMigrationGetRequest()
response = client.command(command)
print(response)