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
ファイルを表示 Open project: jacksonh/MCloud Class Usage Examples

Public Methods

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

Method Details

NodeSize() public method

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
return System

ToString() public method

public ToString ( ) : string
return string