clc.APIv2.network
index
/Users//clc_git/src/clc/APIv2/network.py

Network related functions.  
 
These network related functions generally align one-for-one with published API calls categorized in the network category
 
Networks object variables:
 
        networks.networks - list of all n etworks
 
Network object variables:
 
        network.name
        network.id
        network.type
        network.alias

 
Modules
       
clc

 
Classes
       
__builtin__.object
Network
Networks

 
class Network(__builtin__.object)
     Methods defined here:
__init__(self, id, alias=None, network_obj=None)
Create Network object.
__str__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Networks(__builtin__.object)
     Methods defined here:
Get(self, key)
Get network by providing name, ID, or other unique key.
 
If key is not unique and finds multiple matches only the first
will be returned
__init__(self, networks_lst)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)