PHP Class Scalr_UI_Controller_Db_Manager

Inheritance: extends Scalr_UI_Controller
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
dashboardAction ( )
hasAccess ( )
xCancelBackupAction ( )
xCancelDataBundleAction ( )
xClearGrowStorageErrorAction ( integer $farmRoleId )
xCreateBackupAction ( )
xCreateDataBundleAction ( )
xGetDbStorageStatusAction ( string $serverId )
xGrowStorageAction ( integer $farmRoleId, integer $newSize, string $volumeType = '', integer $iops )
xSetupPmaAccessAction ( )

Private Methods

Méthode Description
getDbAccessDetails ( DBFarmRole $dbFarmRole )
getDbStorageStatus ( DBServer $masterServer, $behavior )
getPmaDetails ( DBFarmRole $dbFarmRole )

Method Details

dashboardAction() public méthode

public dashboardAction ( )

hasAccess() public méthode

public hasAccess ( )

xCancelBackupAction() public méthode

public xCancelBackupAction ( )

xCancelDataBundleAction() public méthode

xClearGrowStorageErrorAction() public méthode

public xClearGrowStorageErrorAction ( integer $farmRoleId )
$farmRoleId integer

xCreateBackupAction() public méthode

public xCreateBackupAction ( )

xCreateDataBundleAction() public méthode

xGetDbStorageStatusAction() public méthode

public xGetDbStorageStatusAction ( string $serverId )
$serverId string

xGrowStorageAction() public méthode

public xGrowStorageAction ( integer $farmRoleId, integer $newSize, string $volumeType = '', integer $iops )
$farmRoleId integer
$newSize integer optional
$volumeType string optional
$iops integer optional

xSetupPmaAccessAction() public méthode