Struct google_compute1::api::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

fingerprint: Option<String>

The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.

target_pools: Option<Vec<String>>

The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.

Trait Implementations

impl Clone for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Debug for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Default for InstanceGroupManagersSetTargetPoolsRequest[src]

impl<'de> Deserialize<'de> for InstanceGroupManagersSetTargetPoolsRequest[src]

impl RequestValue for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Serialize for InstanceGroupManagersSetTargetPoolsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Send for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Sync for InstanceGroupManagersSetTargetPoolsRequest[src]

impl Unpin for InstanceGroupManagersSetTargetPoolsRequest[src]

impl UnwindSafe for InstanceGroupManagersSetTargetPoolsRequest[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.