Struct google_appengine1::api::BasicScaling [−][src]
Expand description
A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
This type is not used in any activity, and only used as part of another schema.
Fields
idle_timeout: Option<String>Duration of time after the last request that an instance must wait before the instance is shut down.
max_instances: Option<i32>Maximum number of instances to create for this version.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BasicScaling
impl Send for BasicScaling
impl Sync for BasicScaling
impl Unpin for BasicScaling
impl UnwindSafe for BasicScaling
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more