PHP 클래스 Scalr_UI_Controller_Environments_Platform

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

공개 메소드들

메소드 설명
getApiDefinitions ( )
init ( )
makeCloudCredentials ( string $platform, array $parameters, integer $status = Entity\CloudCredentials::STATUS_ENABLED ) : CloudCredentials Makes clod credentials entity for specified platform
xSaveCloudstackAction ( )
xSaveEc2Action ( )
xSaveGceAction ( )
xSaveOpenstackAction ( )

비공개 메소드들

메소드 설명
checkVar ( $name, $type, $requiredError = '', $cloud = '', $noFileTrim = false )
getCloudStackDetails ( $platform )
getOpenStackDetails ( $platform )

메소드 상세

getApiDefinitions() 공개 정적인 메소드

public static getApiDefinitions ( )

init() 공개 메소드

또한 보기: Scalr_UI_Controller::init()
public init ( )

makeCloudCredentials() 공개 메소드

Makes clod credentials entity for specified platform
public makeCloudCredentials ( string $platform, array $parameters, integer $status = Entity\CloudCredentials::STATUS_ENABLED ) : CloudCredentials
$platform string Cloud credentials platform
$parameters array Array of cloud credentials parameters
$status integer optional Cloud credentials status
리턴 Scalr\Model\Entity\CloudCredentials Returns new cloud credentials entity

xSaveCloudstackAction() 공개 메소드

xSaveEc2Action() 공개 메소드

public xSaveEc2Action ( )

xSaveGceAction() 공개 메소드

public xSaveGceAction ( )

xSaveOpenstackAction() 공개 메소드