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
Afficher le fichier Open project: jacksonh/MCloud Class Usage Examples

Méthodes publiques

Méthode Description
NodeLocation ( string id, string name, string country, NodeDriver driver ) : System
ToString ( ) : string

Method Details

NodeLocation() public méthode

public NodeLocation ( string id, string name, string country, NodeDriver driver ) : System
id string
name string
country string
driver NodeDriver
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string