C# 클래스 RightScale.netClient.ScheduleEntry

Schedule-based bounds for a ServerArray defining the minimum and maximum size of a ServerArray by day and time
상속: Bound
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

공개 메소드들

메소드 설명
ScheduleEntry ( ) : System
ScheduleEntry ( string Time, string Day, string MinCount, string MaxCount ) : System

Fully parameterized constructor taking time and day to populate ScheduleEntry object

메소드 상세

ScheduleEntry() 공개 메소드

public ScheduleEntry ( ) : System
리턴 System

ScheduleEntry() 공개 메소드

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
리턴 System