C# Class MCloud.NodeLocation

The physical location of the cloud datacenter. You would use to choose the country where a node is located.
Inheritance: Entity
Show file Open project: jacksonh/MCloud Class Usage Examples

Public Methods

Method Description
NodeLocation ( string id, string name, string country, NodeDriver driver ) : System
ToString ( ) : string

Method Details

NodeLocation() public method

public NodeLocation ( string id, string name, string country, NodeDriver driver ) : System
id string
name string
country string
driver NodeDriver
return System

ToString() public method

public ToString ( ) : string
return string