SystemBroadWorksMobilityMobileNetworkGetListRequest
Bases: OCIRequest
Get the list of Mobile Networks. The response is either SystemBroadWorksMobilityMobileNetworkGetListResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
The response to a SystemBroadWorksMobilityMobileNetworkGetListRequest. Contains a table with column headings: "Name", "SCF Signaling Net Address", "SCF Signaling Port"
Attributes:
mobile_network_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 SystemBroadWorksMobilityMobileNetworkGetListRequest
client = Client()
command = SystemBroadWorksMobilityMobileNetworkGetListRequest()
response = client.command(command)
print(response)