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

Method activate

tools/marvin/marvin/lib/base.py:4718–4723  ·  view source on GitHub ↗

Activates the suspended project

(self, apiclient)

Source from the content-addressed store, hash-verified

4716 return apiclient.updateProject(cmd)
4717
4718 def activate(self, apiclient):
4719 """Activates the suspended project"""
4720
4721 cmd = activateProject.activateProjectCmd()
4722 cmd.id = self.id
4723 return apiclient.activateProject(cmd)
4724
4725 def suspend(self, apiclient):
4726 """Suspend the active project"""

Callers 3

bootstrap.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Implementers 1

ProjectVOengine/schema/src/main/java/com/cloud/

Calls 1

activateProjectMethod · 0.65

Tested by 1