C# Class MCloud.NodeSize

A node size is a package offered by a cloud provider. For example "Linode 512, 512MB RAM, 16GB storage, 200GB transfer for $XX". Prices are in cents per a month.
Inheritance: Entity
Afficher le fichier Open project: jacksonh/MCloud Class Usage Examples

Méthodes publiques

Méthode Description
NodeSize ( string id, string name, int ram, int disk, int bandwidth, int price, NodeDriver driver ) : System
ToString ( ) : string

Method Details

NodeSize() public méthode

public NodeSize ( string id, string name, int ram, int disk, int bandwidth, int price, NodeDriver driver ) : System
id string
name string
ram int
disk int
bandwidth int
price int
driver NodeDriver
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string