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

Class CsApp

systemvm/debian/opt/cloud/bin/cs/CsApp.py:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class CsApp:
24 def __init__(self, ip):
25 self.dev = ip.getDevice()
26 self.ip = ip.get_ip_address()
27 self.gateway = ip.get_gateway()
28 self.type = ip.get_type()
29 self.fw = ip.fw
30 self.config = ip.config
31
32
33class CsApache(CsApp):

Callers 1

test_initMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_initMethod · 0.72