C# Class MCloud.Linode.LinodeDriver

Inheritance: NodeDriver
Afficher le fichier Open project: jacksonh/MCloud Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat Node

DestroyNode() public méthode

public DestroyNode ( Node node ) : void
node Node
Résultat void

LinodeDriver() public méthode

public LinodeDriver ( string key ) : System
key string
Résultat System

ListImages() public méthode

public ListImages ( ) : List
Résultat List

ListImages() public méthode

public ListImages ( NodeLocation location ) : List
location NodeLocation
Résultat List

ListLocations() public méthode

public ListLocations ( ) : List
Résultat List

ListNodes() public méthode

public ListNodes ( ) : List
Résultat List

ListSizes() public méthode

public ListSizes ( ) : List
Résultat List

ListSizes() public méthode

public ListSizes ( NodeLocation location ) : List
location NodeLocation
Résultat List

RebootNode() public méthode

public RebootNode ( Node node ) : void
node Node
Résultat void

UpdateNode() public méthode

public UpdateNode ( Node node ) : void
node Node
Résultat void