Struct google_appengine1::NetworkUtilization [] [src]

pub struct NetworkUtilization {
    pub target_received_packets_per_second: Option<i32>,
    pub target_sent_packets_per_second: Option<i32>,
    pub target_received_bytes_per_second: Option<i32>,
    pub target_sent_bytes_per_second: Option<i32>,
}

Target scaling by network usage. Only applicable for VM runtimes.

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

Fields

Target packets received per second.

Target packets sent per second.

Target bytes received per second.

Target bytes sent per second.

Trait Implementations

impl Debug for NetworkUtilization
[src]

Formats the value using the given formatter.

impl Clone for NetworkUtilization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NetworkUtilization
[src]

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

impl Part for NetworkUtilization
[src]