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

Method get_type

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

Source from the content-addressed store, hash-verified

90 return "unloved-router"
91
92 def get_type(self):
93 if "type" in self.idata():
94 return self.idata()['type']
95 else:
96 return "unknown"
97
98 def get_domain(self):
99 if "domain" in self.idata():

Callers 1

get_router_passwordMethod · 0.95

Calls 1

idataMethod · 0.95

Tested by

no test coverage detected