PHP Class Scalr_UI_Controller_Tools_Aws_Route53_Healthchecks

Inheritance: extends Scalr_UI_Controller
Datei anzeigen Open project: scalr/scalr

Public Methods

Method Description
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

Private Methods

Method Description
getAws ( ) : Aws Gets Aws object

Method Details

infoAction() public method

public infoAction ( string $healthId )
$healthId string

xCreateAction() public method

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 method

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

xListAction() public method

Describes health checks
public xListAction ( )