C# Class MCloud.NodeOptions

Each node driver has a different option set for creating nodes. This is an abstract class that all of the NodeOption implentations inherit from, you should use the driver specific NodeOptions classes when you create a node such as MCloud.Linode.LinodeNodeDriver.
Mostrar archivo Open project: jacksonh/MCloud Class Usage Examples

Public Methods

Method Description
GetOptions ( ) : System.Reflection.PropertyInfo[]

Method Details

GetOptions() public method

public GetOptions ( ) : System.Reflection.PropertyInfo[]
return System.Reflection.PropertyInfo[]