C# Class RightScale.netClient.Bound

Bounds define the upper and lower bounds for server counts within a ServerArray
Mostra file Open project: rs-services/RightScaleNetAPI Class Usage Examples

Public Methods

Method Description
Bound ( ) : System
Bound ( int minCount, int maxCount ) : System

Fully parameterized constructor for Bounds

Bound ( string minCount, string maxCount ) : System

Fully parameterized constructor for Bounds

Method Details

Bound() public method

public Bound ( ) : System
return System

Bound() public method

Fully parameterized constructor for Bounds
public Bound ( int minCount, int maxCount ) : System
minCount int The minimum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.
maxCount int The maximum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.
return System

Bound() public method

Fully parameterized constructor for Bounds
public Bound ( string minCount, string maxCount ) : System
minCount string The minimum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.
maxCount string The maximum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.
return System