class documentation

class NetworkQueryData(object):

View In Hierarchy

Data container for network data queries.

Method __init__ Initializes this class.
Method __iter__ Iterate over all networks.
Instance Variable curstats Undocumented
Instance Variable network_to_groups Undocumented
Instance Variable network_to_instances Undocumented
Instance Variable networks Undocumented
Instance Variable stats Undocumented
def __init__(self, networks, network_to_groups, network_to_instances, stats):

Initializes this class.

Parameters
networksList of network objects
network_to_groups:dict; network UUID as keyPer-network list of groups
network_to_instances:dict; network UUID as keyPer-network list of instances
stats:dict; network UUID as keyPer-network usage statistics
def __iter__(self):

Iterate over all networks.

curstats =

Undocumented

network_to_groups =

Undocumented

network_to_instances =

Undocumented

networks =

Undocumented

stats =

Undocumented