C# Class MCloud.Server.ServerNode

A ServerNode represents a server that can be accessed by SSH. It is not neccasirliy in a managed cloud provider so operations like Destroy will not work on it. You can use these nodes for deployment and rebooting though.
Inheritance: Node
ファイルを表示 Open project: jacksonh/MCloud

Private Methods

Method Description
ServerNode ( string id, string name, NodeState state, List public_ips, List private_ips, NodeDriver driver ) : System