PHP Класс Scalr\Modules\Platforms\AbstractAwsPlatformModule

Наследование: extends Scalr\Modules\AbstractPlatformModule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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