Struct google_appengine1_beta4::ManualScaling [] [src]

pub struct ManualScaling {
    pub instances: Option<i32>,
}

A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

This type is not used in any activity, and only used as part of another schema.

Fields

Number of instances to assign to the module at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.

Trait Implementations

impl Default for ManualScaling
[src]

Returns the "default value" for a type. Read more

impl Clone for ManualScaling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManualScaling
[src]

Formats the value using the given formatter.

impl Part for ManualScaling
[src]