Struct google_monitoring3::TcpCheck[][src]

pub struct TcpCheck {
    pub port: Option<i32>,
}

Information required for a TCP uptime check request.

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

Fields

The port to the page to run the check against. Will be combined with host (specified within the MonitoredResource) to construct the full URL. Required.

Trait Implementations

impl Default for TcpCheck
[src]

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

impl Clone for TcpCheck
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TcpCheck
[src]

Formats the value using the given formatter. Read more

impl Part for TcpCheck
[src]

Auto Trait Implementations

impl Send for TcpCheck

impl Sync for TcpCheck