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

Method get_network

systemvm/debian/opt/cloud/bin/cs/CsAddress.py:161–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 return self.get_attr("public_ip6")
160
161 def get_network(self):
162 return self.get_attr("network")
163
164 def get_netmask(self):
165 return self.get_attr("netmask")

Callers 3

getNetworkByIpMethod · 0.45
processStaticNatRuleMethod · 0.45
executeMethod · 0.45

Calls 1

get_attrMethod · 0.95

Tested by

no test coverage detected