App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.appcfg.TrafficMigrator Class Reference
Inheritance diagram for google.appengine.tools.appcfg.TrafficMigrator:

Public Member Functions

def __init__
 
def MigrateTraffic
 

Public Attributes

 rpcserver
 
 app_id
 
 version
 
 error_fh
 

Detailed Description

Provides facilities to migrate traffic.

Constructor & Destructor Documentation

def google.appengine.tools.appcfg.TrafficMigrator.__init__ (   self,
  rpcserver,
  app_id,
  version,
  error_fh = sys.stderr 
)
Creates a new TrafficMigrator.

Args:
  rpcserver: The RPC server to use. Should be an instance of a subclass of
AbstractRpcServer.
  app_id: The application to make the change to.
  version: The version to set as the default.
  error_fh: Where to send status and error messages.

Member Function Documentation

def google.appengine.tools.appcfg.TrafficMigrator.MigrateTraffic (   self)
Migrates traffic.

The documentation for this class was generated from the following file: