C# Class MCloud.Linode.LinodeDriver

Inheritance: NodeDriver
Show file Open project: jacksonh/MCloud Class Usage Examples

Public Methods

Method Description
CreateNode ( string name, NodeSize size, NodeImage image, NodeLocation location, NodeAuth auth, NodeOptions options ) : Node
DestroyNode ( Node node ) : void
LinodeDriver ( string key ) : System
ListImages ( ) : List
ListImages ( NodeLocation location ) : List
ListLocations ( ) : List
ListNodes ( ) : List
ListSizes ( ) : List
ListSizes ( NodeLocation location ) : List
RebootNode ( Node node ) : void
UpdateNode ( Node node ) : void

Method Details

CreateNode() public method

public CreateNode ( string name, NodeSize size, NodeImage image, NodeLocation location, NodeAuth auth, NodeOptions options ) : Node
name string
size NodeSize
image NodeImage
location NodeLocation
auth NodeAuth
options NodeOptions
return Node

DestroyNode() public method

public DestroyNode ( Node node ) : void
node Node
return void

LinodeDriver() public method

public LinodeDriver ( string key ) : System
key string
return System

ListImages() public method

public ListImages ( ) : List
return List

ListImages() public method

public ListImages ( NodeLocation location ) : List
location NodeLocation
return List

ListLocations() public method

public ListLocations ( ) : List
return List

ListNodes() public method

public ListNodes ( ) : List
return List

ListSizes() public method

public ListSizes ( ) : List
return List

ListSizes() public method

public ListSizes ( NodeLocation location ) : List
location NodeLocation
return List

RebootNode() public method

public RebootNode ( Node node ) : void
node Node
return void

UpdateNode() public method

public UpdateNode ( Node node ) : void
node Node
return void