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 |
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 |
public ListImages ( NodeLocation location ) : List |
||
location | NodeLocation | |
return | List |
public ListSizes ( NodeLocation location ) : List |
||
location | NodeLocation | |
return | List |