MCPcopy
hub / github.com/retspen/webvirtcloud / Instance

Class Instance

instances/models.py:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class Instance(models.Model):
6 compute = models.ForeignKey(Compute)
7 name = models.CharField(max_length=20)
8 uuid = models.CharField(max_length=36)
9
10 def __unicode__(self):
11 return self.name

Callers 3

create_instanceFunction · 0.90
instancesFunction · 0.90
instanceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected