PHP 클래스 Scalr_UI_Controller_Account2_Environments_Clouds

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

공개 메소드들

메소드 설명
defaultAction ( )
hasAccess ( )
init ( )
makeCloudCredentials ( string $platform, array $parameters, integer $status = Entity\CloudCredentials::STATUS_ENABLED ) : CloudCredentials Makes clod credentials entity for specified platform
viewAction ( )
xGetCloudParamsAction ( )
xSaveCloudParamsAction ( )

비공개 메소드들

메소드 설명
checkVar ( $name, $type, $requiredError = '', $cloud = '', $noFileTrim = false, $namePrefix = '', $base64encode = false )
checkVar2 ( $name, $type, $requiredError = '', $cloud = '', $trim = true, $base64encode = false, $fetchIfEmpty = false )
getCloudParams ( $platform )
getCloudStackDetails ( $platform )
getOpenStackDetails ( $platform )
saveAzure ( )
saveAzureSettings ( $pars, $encrypt = true )
saveCloudstack ( )
saveEc2 ( )
saveGce ( )
saveOpenstack ( )
searchCloudstackUser ( Scalr\Service\CloudStack\DataType\AccountList $accounts = null, array $pars = [] ) : boolean Searches a Cloudstack user name from the accounts list by api key and sets properties

메소드 상세

defaultAction() 공개 메소드

public defaultAction ( )

hasAccess() 공개 메소드

public hasAccess ( )

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

viewAction() 공개 메소드

public viewAction ( )

xGetCloudParamsAction() 공개 메소드

xSaveCloudParamsAction() 공개 메소드