PHP 클래스 Scalr\Modules\Platforms\AbstractAwsPlatformModule

상속: extends Scalr\Modules\AbstractPlatformModule
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 메소드들

메소드 설명
getLocations ( Scalr_Environment $environment = null ) : Scalr_Environment Gets the list of available locations
getLocationsByAccountType ( string $accountType = null ) : array Gets list of locations by account type or all locations if account type is not set

메소드 상세

getLocations() 공개 메소드

Gets the list of available locations
public getLocations ( Scalr_Environment $environment = null ) : Scalr_Environment
$environment Scalr_Environment
리턴 Scalr_Environment Returns the list of available locations looks like array(location => description)

getLocationsByAccountType() 공개 메소드

Gets list of locations by account type or all locations if account type is not set
public getLocationsByAccountType ( string $accountType = null ) : array
$accountType string optional Aws Account type
리턴 array