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

Method get_vpccidr

systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:104–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 return "cloudnine.internal"
103
104 def get_vpccidr(self):
105 if "vpccidr" in self.idata():
106 return self.idata()['vpccidr']
107 else:
108 return "unknown"
109
110 def get_eth0_ip(self):
111 if "eth0ip" in self.idata():

Callers 3

get_router_passwordMethod · 0.95
fw_vpcrouterMethod · 0.80
post_config_changeMethod · 0.80

Calls 1

idataMethod · 0.95

Tested by

no test coverage detected