MCPcopy Create free account
hub / github.com/apache/cloudstack / iprange

Class iprange

tools/marvin/marvin/configGenerator.py:201–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201class iprange(object):
202
203 def __init__(self):
204 '''tagged/untagged'''
205 self.gateway = None
206 self.netmask = None
207 self.startip = None
208 self.endip = None
209 self.vlan = None
210 '''for account specific '''
211 self.account = None
212 self.domain = None
213
214
215class primaryStorage(object):

Callers 9

descSetupInBasicModeFunction · 0.85
descSetupInEipModeFunction · 0.85
descSetupInAdvancedModeFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85
describeResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected