PHP 클래스 Scalr_UI_Controller_Tools_Aws_Route53_Hostedzones

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

공개 메소드들

메소드 설명
deleteCustomRecordsets ( JsonData | array $customRecordSets, string $zoneId )
infoAction ( string $zoneId )
xCreateAction ( string $domainName, string $description = null )
xDeleteAction ( JsonData $zoneId )
xListAction ( ) Describes hosted zones

비공개 메소드들

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

메소드 상세

deleteCustomRecordsets() 공개 메소드

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

infoAction() 공개 메소드

public infoAction ( string $zoneId )
$zoneId string

xCreateAction() 공개 메소드

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

xDeleteAction() 공개 메소드

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

xListAction() 공개 메소드

Describes hosted zones
public xListAction ( )