Struct google_replicapool1_beta2::ReplicaPoolAutoHealingPolicy[][src]

pub struct ReplicaPoolAutoHealingPolicy {
    pub health_check: Option<String>,
    pub action_type: Option<String>,
}

There is no detailed description.

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

Fields

The URL for the HealthCheck that signals autohealing.

The action to perform when an instance becomes unhealthy. Possible values are RECREATE or REBOOT. RECREATE replaces an unhealthy instance with a new instance that is based on the instance template for this managed instance group. REBOOT performs a soft reboot on an instance. If the instance cannot reboot, the instance performs a hard restart.

Trait Implementations

impl Default for ReplicaPoolAutoHealingPolicy
[src]

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

impl Clone for ReplicaPoolAutoHealingPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReplicaPoolAutoHealingPolicy
[src]

Formats the value using the given formatter. Read more

impl Part for ReplicaPoolAutoHealingPolicy
[src]

Auto Trait Implementations