pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions
_PaginationManager Class Reference
Inheritance diagram for _PaginationManager:
BaseManager CloudMonitorAlarmManager CloudMonitorCheckManager CloudMonitorEntityManager CloudMonitorMetricsManager CloudMonitorNotificationManager CloudMonitorNotificationPlanManager

List of all members.

Public Member Functions

def list
 This is necessary to handle pagination correctly, as the Monitoring service defines 'marker' differently than most other services.

Member Function Documentation

def list (   self,
  limit = None,
  marker = None,
  return_next = False 
)

This is necessary to handle pagination correctly, as the Monitoring service defines 'marker' differently than most other services.

For monitoring, 'marker' represents the first item in the next page, whereas other services define it as the ID of the last item in the current page.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties