MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / Flavor

Class Flavor

create/models.py:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Flavor(models.Model):
5 label = models.CharField(max_length=12)
6 memory = models.IntegerField()
7 vcpu = models.IntegerField()
8 disk = models.IntegerField()
9
10 def __unicode__(self):
11 return self.name

Callers 2

create_instanceFunction · 0.90
add_favorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected