Part of libcloud.interface View Source View In Hierarchy
Known implementations: libcloud.base.NodeSize
Attribute | id | Unique ID provided by the provider (m1.small, etc) |
Attribute | name | Name provided by the provider (Small CPU, etc) |
Attribute | ram | Amount of RAM provided in MB (256MB, 1740MB) |
Attribute | disk | Amount of disk provided in GB (200GB) |
Attribute | bandwidth | Amount of total transfer bandwidth in GB |
Attribute | price | Hourly price of this server in USD, estimated if monthly |
Attribute | driver | The NodeDriver that belongs to this Image |