Struct google_autoscaler1_beta2::Autoscaler[][src]

pub struct Autoscaler {
    pub kind: Option<String>,
    pub description: Option<String>,
    pub name: Option<String>,
    pub autoscaling_policy: Option<AutoscalingPolicy>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub target: Option<String>,
}

Cloud Autoscaler resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Type of resource.

An optional textual description of the resource provided by the client.

Name of the Autoscaler resource. Must be unique per project and zone.

Configuration parameters for autoscaling algorithm.

[Output Only] Creation timestamp in RFC3339 text format.

[Output Only] Unique identifier for the resource; defined by the server.

[Output Only] A self-link to the Autoscaler configuration resource.

URL to the entity which will be autoscaled. Currently the only supported value is ReplicaPool?s URL. Note: it is illegal to specify multiple Autoscalers for the same target.

Trait Implementations

impl Default for Autoscaler
[src]

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

impl Clone for Autoscaler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Autoscaler
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Autoscaler
[src]

impl Resource for Autoscaler
[src]

impl ResponseResult for Autoscaler
[src]

Auto Trait Implementations

impl Send for Autoscaler

impl Sync for Autoscaler