Struct google_monitoring3::UptimeCheckIp[][src]

pub struct UptimeCheckIp {
    pub region: Option<String>,
    pub ip_address: Option<String>,
    pub location: Option<String>,
}

Contains the region, location, and list of IP addresses where checkers in the location run from.

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

A broad region category in which the IP address is located.

The IP address from which the uptime check originates. This is a full IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely and should support interpreting this field in either IPv4 or IPv6 format.

A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.

Trait Implementations

impl Default for UptimeCheckIp
[src]

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

impl Clone for UptimeCheckIp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UptimeCheckIp
[src]

Formats the value using the given formatter. Read more

impl Resource for UptimeCheckIp
[src]

Auto Trait Implementations