Struct google_manager1_beta2::ReplicaPoolParams[][src]

pub struct ReplicaPoolParams {
    pub v1beta1: Option<ReplicaPoolParamsV1Beta1>,
}

Configuration information for a ReplicaPools resource. Specifying an item within will determine the ReplicaPools API version used for a ReplicaPoolModule. Only one may be specified.

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

Fields

ReplicaPoolParams specifications for use with ReplicaPools v1beta1.

Trait Implementations

impl Default for ReplicaPoolParams
[src]

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

impl Clone for ReplicaPoolParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReplicaPoolParams
[src]

Formats the value using the given formatter. Read more

impl Part for ReplicaPoolParams
[src]

Auto Trait Implementations