PHP 클래스 Scalr_UI_Controller_Tools_Aws_Route53_Healthchecks

상속: extends Scalr_UI_Controller
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
infoAction ( string $healthId )
xCreateAction ( string $protocol, string $ipAddress, string $port, string $requestInterval, string $failureThreshold, string $hostName = null, string $resourcePath = null, string $searchString = null )
xDeleteAction ( JsonData $healthId )
xListAction ( ) Describes health checks

비공개 메소드들

메소드 설명
getAws ( ) : Aws Gets Aws object

메소드 상세

infoAction() 공개 메소드

public infoAction ( string $healthId )
$healthId string

xCreateAction() 공개 메소드

public xCreateAction ( string $protocol, string $ipAddress, string $port, string $requestInterval, string $failureThreshold, string $hostName = null, string $resourcePath = null, string $searchString = null )
$protocol string
$ipAddress string
$port string
$requestInterval string
$failureThreshold string
$hostName string optional
$resourcePath string optional
$searchString string optional

xDeleteAction() 공개 메소드

public xDeleteAction ( JsonData $healthId )
$healthId Scalr\UI\Request\JsonData JSON encoded structure

xListAction() 공개 메소드

Describes health checks
public xListAction ( )