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

Method set_redundant

systemvm/debian/opt/cloud/bin/cs/CsDatabag.py:83–84  ·  view source on GitHub ↗
(self, val="true")

Source from the content-addressed store, hash-verified

81 return False
82
83 def set_redundant(self, val="true"):
84 self.idata()['redundant_router'] = val
85
86 def get_name(self):
87 if "name" in self.idata():

Callers 2

set_redundant.pyFile · 0.80
test_is_redundantMethod · 0.80

Calls 1

idataMethod · 0.95

Tested by 1

test_is_redundantMethod · 0.64