PHP Класс Scalr\Modules\Platforms\GoogleCE\GoogleCEPlatformModule

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

Открытые свойства

Свойство Тип Описание
$instancesListCache

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

Метод Описание
CheckServerSnapshotStatus ( BundleTask $BundleTask )
ClearCache ( )
CreateServerSnapshot ( BundleTask $BundleTask )
GetAsyncOperationStatus ( Scalr_Environment $environment, string $operationId, string $cloudLocation, string $scope = 'zones' ) : Google_Service_Compute_Operation
GetPlatformAccessData ( Scalr_Environment $environment, DBServer $DBServer ) : object
GetServerCloudLocation ( DBServer $DBServer )
GetServerConsoleOutput ( DBServer $DBServer )
GetServerExtendedInformation ( DBServer $DBServer, $extended = false )
GetServerID ( DBServer $DBServer )
GetServerIPAddresses ( DBServer $DBServer )
GetServerRealStatus ( DBServer $DBServer )
GetServersList ( Scalr_Environment $environment, $cloudLocation, $skipCache = false )
IsServerExists ( DBServer $DBServer, $debug = false )
LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOptions $launchOptions = null )
PutAccessData ( DBServer $DBServer, Scalr_Messaging_Msg $message )
RebootServer ( DBServer $DBServer, $soft = true )
RemoveServerSnapshot ( Image $image )
ResumeServer ( DBServer $DBServer )
SuspendServer ( DBServer $DBServer )
TerminateServer ( DBServer $DBServer )
determineServerIps ( $client, $server )
getClient ( Scalr_Environment $environment = null, array $config = [] ) : Google_Service_Compute
getHttpClient ( DBServer $dbServer ) : Google_Client
getImageInfo ( Scalr_Environment $environment, $cloudLocation, $imageId )
getInstanceIdPropertyName ( )
getInstanceType ( $instanceTypeId, Scalr_Environment $env, $cloudLocation = null )
getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
getLocations ( Scalr_Environment $environment = null )
getObjectName ( $objectURL )
getObjectUrl ( $objectName, $objectType, $projectName, $cloudLocation = null )
hasCloudPrices ( Scalr_Environment $env )

Приватные методы

Метод Описание
ApplyAccessData ( Scalr_Messaging_Msg $msg )

Описание методов

CheckServerSnapshotStatus() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::CheckServerSnapshotStatus()
public CheckServerSnapshotStatus ( BundleTask $BundleTask )
$BundleTask BundleTask

ClearCache() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::ClearCache()
public ClearCache ( )

CreateServerSnapshot() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::CreateServerSnapshot()
public CreateServerSnapshot ( BundleTask $BundleTask )
$BundleTask BundleTask

GetAsyncOperationStatus() публичный Метод

public GetAsyncOperationStatus ( Scalr_Environment $environment, string $operationId, string $cloudLocation, string $scope = 'zones' ) : Google_Service_Compute_Operation
$environment Scalr_Environment
$operationId string
$cloudLocation string
$scope string
Результат Google_Service_Compute_Operation $operation

GetPlatformAccessData() публичный Метод

public GetPlatformAccessData ( Scalr_Environment $environment, DBServer $DBServer ) : object
$environment Scalr_Environment
$DBServer DBServer
Результат object

GetServerCloudLocation() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerCloudLocation()
public GetServerCloudLocation ( DBServer $DBServer )
$DBServer DBServer

GetServerConsoleOutput() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerConsoleOutput()
public GetServerConsoleOutput ( DBServer $DBServer )
$DBServer DBServer

GetServerExtendedInformation() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerExtendedInformation()
public GetServerExtendedInformation ( DBServer $DBServer, $extended = false )
$DBServer DBServer

GetServerID() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerID()
public GetServerID ( DBServer $DBServer )
$DBServer DBServer

GetServerIPAddresses() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerIPAddresses()
public GetServerIPAddresses ( DBServer $DBServer )
$DBServer DBServer

GetServerRealStatus() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::GetServerRealStatus()
public GetServerRealStatus ( DBServer $DBServer )
$DBServer DBServer

GetServersList() публичный Метод

public GetServersList ( Scalr_Environment $environment, $cloudLocation, $skipCache = false )
$environment Scalr_Environment

IsServerExists() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::IsServerExists()
public IsServerExists ( DBServer $DBServer, $debug = false )
$DBServer DBServer

LaunchServer() публичный Метод

public LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOptions $launchOptions = null )
$DBServer DBServer
$launchOptions Scalr_Server_LaunchOptions

PutAccessData() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::PutAccessData()
public PutAccessData ( DBServer $DBServer, Scalr_Messaging_Msg $message )
$DBServer DBServer
$message Scalr_Messaging_Msg

RebootServer() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::RebootServer()
public RebootServer ( DBServer $DBServer, $soft = true )
$DBServer DBServer

RemoveServerSnapshot() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::RemoveServerSnapshot()
public RemoveServerSnapshot ( Image $image )
$image Scalr\Model\Entity\Image

ResumeServer() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::ResumeServer()
public ResumeServer ( DBServer $DBServer )
$DBServer DBServer

SuspendServer() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::SuspendServer()
public SuspendServer ( DBServer $DBServer )
$DBServer DBServer

TerminateServer() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::TerminateServer()
public TerminateServer ( DBServer $DBServer )
$DBServer DBServer

determineServerIps() публичный Метод

public determineServerIps ( $client, $server )

getClient() публичный Метод

public getClient ( Scalr_Environment $environment = null, array $config = [] ) : Google_Service_Compute
$environment Scalr_Environment Scalr Environment object
$config array optional Config array
Результат Google_Service_Compute

getHttpClient() публичный Метод

См. также: PlatformModuleInterface::getgetClientByDbServer()
public getHttpClient ( DBServer $dbServer ) : Google_Client
$dbServer DBServer
Результат Google_Client

getImageInfo() публичный Метод

См. также: PlatformModuleInterface::getImageInfo()
public getImageInfo ( Scalr_Environment $environment, $cloudLocation, $imageId )
$environment Scalr_Environment

getInstanceIdPropertyName() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::getInstanceIdPropertyName()

getInstanceType() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::getInstanceType()
public getInstanceType ( $instanceTypeId, Scalr_Environment $env, $cloudLocation = null )
$env Scalr_Environment

getInstanceTypes() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::getInstanceTypes()
public getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
$env Scalr_Environment

getLocations() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::getLocations()
public getLocations ( Scalr_Environment $environment = null )
$environment Scalr_Environment

getObjectName() публичный Метод

public getObjectName ( $objectURL )

getObjectUrl() публичный Метод

public getObjectUrl ( $objectName, $objectType, $projectName, $cloudLocation = null )

hasCloudPrices() публичный Метод

См. также: Scalr\Modules\PlatformModuleInterface::hasCloudPrices()
public hasCloudPrices ( Scalr_Environment $env )
$env Scalr_Environment

Описание свойств

$instancesListCache публичное свойство

public $instancesListCache