Struct google_monitoring3::InternalChecker[][src]

pub struct InternalChecker {
    pub project_id: Option<String>,
    pub gcp_zone: Option<String>,
    pub display_name: Option<String>,
    pub network: Option<String>,
    pub checker_id: Option<String>,
}

Nimbus InternalCheckers.

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

Fields

The GCP project ID. Not necessarily the same as the project_id for the config.

The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.

The checker's human-readable name.

The internal network to perform this uptime check on.

The checker ID.

Trait Implementations

impl Default for InternalChecker
[src]

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

impl Clone for InternalChecker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InternalChecker
[src]

Formats the value using the given formatter. Read more

impl Part for InternalChecker
[src]

Auto Trait Implementations