PHP Class Scalr\Modules\Platforms\Ec2\Ec2PlatformModule

Inheritance: extends Scalr\Modules\Platforms\AbstractAwsPlatformModule, implements Scalr\Modules\PlatformModuleInterface
显示文件 Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$instancesListCache array

Public Methods

Method Description
AllocateNewSubnet ( Ec2 $ec2, $vpcId, $availZone, $subnetLength = 24 )
CheckServerSnapshotStatus ( BundleTask $BundleTask )
ClearCache ( )
CreateServerSnapshot ( BundleTask $BundleTask )
GetPlacementGroupData ( string $instanceType, DBServer $DBServer, Scalr\Service\Aws\Ec2\DataType\PlacementResponseData &$placementData = null ) : Scalr\Service\Aws\Ec2\DataType\PlacementResponseData Gets pre filled PlacementResponseData
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, string $region, boolean $skipCache = false ) : array Gets the list of the EC2 instances for the specified environment and AWS location
IsServerExists ( DBServer $DBServer, $debug = false )
LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOption\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 )
__construct ( )
getDefaultVpc ( Scalr_Environment $environment, $cloudLocation )
getHttpClient ( DBServer $dbServer ) : Scalr\Service\Aws\Client\ClientInterface
getImageInfo ( Scalr_Environment $environment, $cloudLocation, $imageId )
getInstanceIdPropertyName ( )
getInstanceType ( $instanceTypeId, Scalr_Environment $env, $cloudLocation = null )
getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
getOrphanedServers ( Environment $environment, $cloudLocation, $instanceIds = null )
getRoutingTable ( $type, $aws, $networkInterfaceId = null, $vpcId )
getRoutingTables ( Ec2 $ec2, $vpcId )
hasCloudPrices ( Scalr_Environment $env )
listSubnets ( Scalr_Environment $env, $cloudLocation, $vpcId, $extended = true, $subnetId = null )

Private Methods

Method Description
ApplyAccessData ( Scalr_Messaging_Msg $msg )
GetBlockDeviceMapping ( string $instanceType, string $prefix = '/dev/sd' ) : array Gets block device mapping
GetServerAvailZone ( DBServer $DBServer, Ec2 $ec2, Scalr_Server_LaunchOption\Scalr_Server_LaunchOptions $launchOptions ) Gets Avail zone for the specified DB server
GetServerSecurityGroupsList ( DBServer $DBServer, Ec2 $ec2, string $vpcId = "", Scalr_Governance $governance = null, string $osFamily = null ) : array Gets the list of the security groups for the specified db server.

Method Details

AllocateNewSubnet() public method

public AllocateNewSubnet ( Ec2 $ec2, $vpcId, $availZone, $subnetLength = 24 )
$ec2 Scalr\Service\Aws\Ec2

CheckServerSnapshotStatus() public method

See also: Scalr\Modules\PlatformModuleInterface::CheckServerSnapshotStatus()
public CheckServerSnapshotStatus ( BundleTask $BundleTask )
$BundleTask BundleTask

ClearCache() public method

See also: Scalr\Modules\PlatformModuleInterface::ClearCache()
public ClearCache ( )

CreateServerSnapshot() public method

See also: Scalr\Modules\PlatformModuleInterface::CreateServerSnapshot()
public CreateServerSnapshot ( BundleTask $BundleTask )
$BundleTask BundleTask

GetPlacementGroupData() public method

Gets pre filled PlacementResponseData
public GetPlacementGroupData ( string $instanceType, DBServer $DBServer, Scalr\Service\Aws\Ec2\DataType\PlacementResponseData &$placementData = null ) : Scalr\Service\Aws\Ec2\DataType\PlacementResponseData
$instanceType string The type of the instance
$DBServer DBServer DBServer instance
$placementData Scalr\Service\Aws\Ec2\DataType\PlacementResponseData optional PlacementResponseData to fill
return Scalr\Service\Aws\Ec2\DataType\PlacementResponseData

GetPlatformAccessData() public method

public GetPlatformAccessData ( Scalr_Environment $environment, DBServer $DBServer ) : object
$environment Scalr_Environment
$DBServer DBServer
return object

GetServerCloudLocation() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerCloudLocation()
public GetServerCloudLocation ( DBServer $DBServer )
$DBServer DBServer

GetServerConsoleOutput() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerConsoleOutput()
public GetServerConsoleOutput ( DBServer $DBServer )
$DBServer DBServer

GetServerExtendedInformation() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerExtendedInformation()
public GetServerExtendedInformation ( DBServer $DBServer, $extended = false )
$DBServer DBServer

GetServerID() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerID()
public GetServerID ( DBServer $DBServer )
$DBServer DBServer

GetServerIPAddresses() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerIPAddresses()
public GetServerIPAddresses ( DBServer $DBServer )
$DBServer DBServer

GetServerRealStatus() public method

See also: Scalr\Modules\PlatformModuleInterface::GetServerRealStatus()
public GetServerRealStatus ( DBServer $DBServer )
$DBServer DBServer

GetServersList() public method

Gets the list of the EC2 instances for the specified environment and AWS location
public GetServersList ( Scalr_Environment $environment, string $region, boolean $skipCache = false ) : array
$environment Scalr_Environment Environment Object
$region string EC2 location name
$skipCache boolean optional Whether it should skip the cache.
return array Returns array looks like array(InstanceId => stateName)

IsServerExists() public method

See also: Scalr\Modules\PlatformModuleInterface::IsServerExists()
public IsServerExists ( DBServer $DBServer, $debug = false )
$DBServer DBServer

LaunchServer() public method

See also: Scalr\Modules\PlatformModuleInterface::LaunchServer()
public LaunchServer ( DBServer $DBServer, Scalr_Server_LaunchOption\Scalr_Server_LaunchOptions $launchOptions = null )
$DBServer DBServer
$launchOptions Scalr_Server_LaunchOption\Scalr_Server_LaunchOptions

PutAccessData() public method

See also: Scalr\Modules\PlatformModuleInterface::PutAccessData()
public PutAccessData ( DBServer $DBServer, Scalr_Messaging_Msg $message )
$DBServer DBServer
$message Scalr_Messaging_Msg

RebootServer() public method

See also: Scalr\Modules\PlatformModuleInterface::RebootServer()
public RebootServer ( DBServer $DBServer, $soft = true )
$DBServer DBServer

RemoveServerSnapshot() public method

See also: Scalr\Modules\PlatformModuleInterface::RemoveServerSnapshot()
public RemoveServerSnapshot ( Image $image )
$image Scalr\Model\Entity\Image

ResumeServer() public method

See also: Scalr\Modules\PlatformModuleInterface::ResumeServer()
public ResumeServer ( DBServer $DBServer )
$DBServer DBServer

SuspendServer() public method

See also: Scalr\Modules\PlatformModuleInterface::SuspendServer()
public SuspendServer ( DBServer $DBServer )
$DBServer DBServer

TerminateServer() public method

See also: Scalr\Modules\PlatformModuleInterface::TerminateServer()
public TerminateServer ( DBServer $DBServer )
$DBServer DBServer

__construct() public method

public __construct ( )

getDefaultVpc() public method

public getDefaultVpc ( Scalr_Environment $environment, $cloudLocation )
$environment Scalr_Environment

getHttpClient() public method

See also: PlatformModuleInterface::getgetClientByDbServer()
public getHttpClient ( DBServer $dbServer ) : Scalr\Service\Aws\Client\ClientInterface
$dbServer DBServer
return Scalr\Service\Aws\Client\ClientInterface

getImageInfo() public method

See also: PlatformModuleInterface::getImageInfo()
public getImageInfo ( Scalr_Environment $environment, $cloudLocation, $imageId )
$environment Scalr_Environment

getInstanceIdPropertyName() public method

See also: Scalr\Modules\PlatformModuleInterface::getInstanceIdPropertyName()

getInstanceType() public method

See also: Scalr\Modules\PlatformModuleInterface::getInstanceType()
public getInstanceType ( $instanceTypeId, Scalr_Environment $env, $cloudLocation = null )
$env Scalr_Environment

getInstanceTypes() public method

See also: Scalr\Modules\PlatformModuleInterface::getInstanceTypes()
public getInstanceTypes ( Scalr_Environment $env = null, $cloudLocation = null, $details = false )
$env Scalr_Environment

getOrphanedServers() public method

See also: Scalr\Modules\PlatformModuleInterface::getOrphanedServers()
public getOrphanedServers ( Environment $environment, $cloudLocation, $instanceIds = null )
$environment Scalr\Model\Entity\Account\Environment

getRoutingTable() public method

public getRoutingTable ( $type, $aws, $networkInterfaceId = null, $vpcId )

getRoutingTables() public method

public getRoutingTables ( Ec2 $ec2, $vpcId )
$ec2 Scalr\Service\Aws\Ec2

hasCloudPrices() public method

See also: Scalr\Modules\PlatformModuleInterface::hasCloudPrices()
public hasCloudPrices ( Scalr_Environment $env )
$env Scalr_Environment

listSubnets() public method

public listSubnets ( Scalr_Environment $env, $cloudLocation, $vpcId, $extended = true, $subnetId = null )
$env Scalr_Environment

Property Details

$instancesListCache public_oe property

public array $instancesListCache
return array