SystemAdviceOfChargeCostInformationSourceGetListRequest
Bases: OCIRequest
Get a list of cost information sources. The response is either SystemAdviceOfChargeCostInformationSourceGetListResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemAdviceOfChargeCostInformationSourceGetListRequest. Contains a table with column headings: "PeerIdentity", "Priority"
Attributes:
cost_information_source_table (OCITable):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemAdviceOfChargeCostInformationSourceGetListRequest
client = Client()
command = SystemAdviceOfChargeCostInformationSourceGetListRequest()
response = client.command(command)
print(response)