PHP Class Scalr_UI_Controller_Tools_Aws_Route53_Hostedzones

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

Public Methods

Method Description
deleteCustomRecordsets ( JsonData | array $customRecordSets, string $zoneId )
infoAction ( string $zoneId )
xCreateAction ( string $domainName, string $description = null )
xDeleteAction ( JsonData $zoneId )
xListAction ( ) Describes hosted zones

Private Methods

Method Description
getAws ( ) : Aws Gets Aws object

Method Details

deleteCustomRecordsets() public method

public deleteCustomRecordsets ( JsonData | array $customRecordSets, string $zoneId )
$customRecordSets Scalr\UI\Request\JsonData | array
$zoneId string

infoAction() public method

public infoAction ( string $zoneId )
$zoneId string

xCreateAction() public method

public xCreateAction ( string $domainName, string $description = null )
$domainName string
$description string optional

xDeleteAction() public method

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

xListAction() public method

Describes hosted zones
public xListAction ( )