C# 클래스 RightScale.netClient.ElasticityParam

Elasticity Params specify the parameters around which a ServerArray will scale up and down
파일 보기 프로젝트 열기: rs-services/RightScaleNetAPI

공개 메소드들

메소드 설명
ElasticityParam ( ) : System
ElasticityParam ( AlertSpecificParam alertParam, Bound arrayBounds, Pacing arrayPacing, List arrayScheduleEntries ) : System

Cosntructor for Alert-based Elasticity Param objects

ElasticityParam ( QueueSpecificParam queueParam, Bound arrayBounds, Pacing arrayPacing, List arrayScheduleEntries ) : System

Constructor for Queue-based Elasticity Param objects

비공개 메소드들

메소드 설명
setSharedProperties ( Bound arrayBounds, Pacing arrayPacing, List arrayScheduleEntries ) : void

Private set method to handle common properties between two types of Elasticity Param objects

메소드 상세

ElasticityParam() 공개 메소드

public ElasticityParam ( ) : System
리턴 System

ElasticityParam() 공개 메소드

Cosntructor for Alert-based Elasticity Param objects
public ElasticityParam ( AlertSpecificParam alertParam, Bound arrayBounds, Pacing arrayPacing, List arrayScheduleEntries ) : System
alertParam AlertSpecificParam Alert-specific Elasticity Parameter Object
arrayBounds Bound Bounds object defining the boundaries fo the array
arrayPacing Pacing Pacing object defining the pace at which the array will grow and shrink
arrayScheduleEntries List Schedule object defining the times for which this ruleset is valid
리턴 System

ElasticityParam() 공개 메소드

Constructor for Queue-based Elasticity Param objects
public ElasticityParam ( QueueSpecificParam queueParam, Bound arrayBounds, Pacing arrayPacing, List arrayScheduleEntries ) : System
queueParam QueueSpecificParam Queue-Specific Elasticity Parameter Object
arrayBounds Bound Bounds object defining the boundaries fo the array
arrayPacing Pacing Pacing object defining the pace at which the array will grow and shrink
arrayScheduleEntries List Schedule object defining the times for which this ruleset is valid
리턴 System