Struct google_manager1_beta2::ReplicaPoolModule[][src]

pub struct ReplicaPoolModule {
    pub health_checks: Option<Vec<String>>,
    pub replica_pool_params: Option<ReplicaPoolParams>,
    pub resource_view: Option<String>,
    pub num_replicas: Option<i32>,
    pub env_variables: Option<HashMap<String, EnvVariable>>,
}

There is no detailed description.

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

Fields

The Health Checks to configure for the ReplicaPoolModule

Information for a ReplicaPoolModule.

[Output Only] The name of the Resource View associated with a ReplicaPoolModule. This field will be generated by the service.

Number of replicas in this module.

A list of environment variables.

Trait Implementations

impl Default for ReplicaPoolModule
[src]

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

impl Clone for ReplicaPoolModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReplicaPoolModule
[src]

Formats the value using the given formatter. Read more

impl Part for ReplicaPoolModule
[src]

Auto Trait Implementations