|
def | __init__ |
|
def | application_root |
|
def | application |
|
def | partition |
|
def | application_external_name |
|
def | api_version |
|
def | module_name |
|
def | major_version |
|
def | minor_version |
|
def | version_id |
|
def | runtime |
|
def | effective_runtime |
|
def | threadsafe |
|
def | basic_scaling |
|
def | manual_scaling |
|
def | automatic_scaling |
|
def | normalized_libraries |
|
def | skip_files |
|
def | nobuild_files |
|
def | error_handlers |
|
def | handlers |
|
def | inbound_services |
|
def | env_variables |
|
def | is_backend |
|
def | check_for_updates |
|
Stores backend configuration information.
This interface is and must remain identical to ModuleConfiguration.
def google.appengine.tools.devappserver2.application_configuration.BackendConfiguration.__init__ |
( |
|
self, |
|
|
|
module_configuration, |
|
|
|
backends_configuration, |
|
|
|
backend_entry |
|
) |
| |
Initializer for BackendConfiguration.
Args:
module_configuration: A ModuleConfiguration to use.
backends_configuration: The BackendsConfiguration that tracks updates for
this BackendConfiguration.
backend_entry: A backendinfo.BackendEntry containing the backend
configuration.
def google.appengine.tools.devappserver2.application_configuration.BackendConfiguration.application_root |
( |
|
self | ) |
|
The directory containing the application e.g. "/home/user/myapp".
def google.appengine.tools.devappserver2.application_configuration.BackendConfiguration.check_for_updates |
( |
|
self | ) |
|
Return any configuration changes since the last check_for_updates call.
Returns:
A set containing the changes that occured. See the *_CHANGED module
constants.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/application_configuration.py