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

Network related functions.
 
These network related functions generally align one-for-one with published API calls categorized in the network category
 
API v1 - https://t3n.zendesk.com/forums/20587856-Network
API v2 - n/a

 
Modules
       
clc

 
Classes
       
Network

 
class Network
     Static methods defined here:
GetNetworkDetails(network, alias=None, location=None)
Gets the details for a Network and its IP Addresses.
 
https://t3n.zendesk.com/entries/21726312-Get-Network-Details
 
:param network: network name
:param alias: short code for a particular account.  If none will use account's default alias
:param location: datacenter where group resides.  If none will use account's primary datacenter
GetNetworks(alias=None, location=None)
Gets the list of Networks mapped to the account in the specified datacenter.
 
https://t3n.zendesk.com/entries/21024721-Get-Networks
 
:param alias: short code for a particular account.  If none will use account's default alias
:param location: datacenter where group resides.  If none will use account's primary datacenter