Class: ElasticBeans::Environment::Webserver

Inherits:
ElasticBeans::Environment show all
Defined in:
lib/elastic_beans/environment/webserver.rb

Overview

The “webserver” environment for responding to web requests.

Constant Summary collapse

TYPE =

:category: Internal

"webserver"
TIER_NAME =

:category: Internal

"Webserver"
TIER_TYPE =

:category: Internal

"Standard"

Constants inherited from ElasticBeans::Environment

DEGRADED_TIMEOUT, TEMPLATE_NAME, WAIT_TIMEOUT, WORKER_TEMPLATE_NAME_PATTERN

Instance Attribute Summary

Attributes inherited from ElasticBeans::Environment

#name

Instance Method Summary collapse

Methods inherited from ElasticBeans::Environment

#cname, #create, #deploy_version, #initialize, #instance_ids, new_by_type, new_from_existing, #restart, #scale, #status, #update_configuration

Constructor Details

This class inherits a constructor from ElasticBeans::Environment

Instance Method Details

#typeObject

Returns “webserver”



13
14
15
# File 'lib/elastic_beans/environment/webserver.rb', line 13

def type
  TYPE
end