C# Class RightScale.netClient.ScheduleEntry

Schedule-based bounds for a ServerArray defining the minimum and maximum size of a ServerArray by day and time
Inheritance: Bound
显示文件 Open project: rs-services/RightScaleNetAPI

Public Methods

Method Description
ScheduleEntry ( ) : System
ScheduleEntry ( string Time, string Day, string MinCount, string MaxCount ) : System

Fully parameterized constructor taking time and day to populate ScheduleEntry object

Method Details

ScheduleEntry() public method

public ScheduleEntry ( ) : System
return System

ScheduleEntry() public method

Fully parameterized constructor taking time and day to populate ScheduleEntry object
public ScheduleEntry ( string Time, string Day, string MinCount, string MaxCount ) : System
Time string Time for which this set of bounds is valid
Day string Day for which this set of bounds is valid
MinCount string
MaxCount string
return System