Struct google_replicapool1_beta2::InstanceGroupManagersSetTargetPoolsRequest[][src]

pub struct InstanceGroupManagersSetTargetPoolsRequest {
    pub fingerprint: Option<String>,
    pub target_pools: Option<Vec<String>>,
}

There is no detailed description.

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

The current fingerprint of the Instance Group Manager resource. If this does not match the server-side fingerprint of the resource, then the request will be rejected.

A list of fully-qualified URLs to existing Target Pool resources. New instances in the Instance Group Manager will be added to the specified target pools; existing instances are not affected.

Trait Implementations

impl Default for InstanceGroupManagersSetTargetPoolsRequest
[src]

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

impl Clone for InstanceGroupManagersSetTargetPoolsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InstanceGroupManagersSetTargetPoolsRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for InstanceGroupManagersSetTargetPoolsRequest
[src]

Auto Trait Implementations