def getIPRangeListUrlForNetworkObj(connection, networkUrl): ''' This method will return the IP Ranges associated with an IxLoad Network component. WARNING: this method was replaced with the more generic getRangeListUrlForNetworkObj, we recommend to stop using it Args: - connection is the connection object that manages the HTTP data transfers between the client and the REST API - networkUrl is the REST address of the network object for which the network ranges will be provided. ''' return getRangeListUrlForNetworkObj(connection, networkUrl, rangeListType='rangeList')