Struct google_appengine1_beta4::NetworkUtilization [] [src]

pub struct NetworkUtilization {
    pub target_received_bytes_per_sec: Option<i32>,
    pub target_sent_bytes_per_sec: Option<i32>,
    pub target_received_packets_per_sec: Option<i32>,
    pub target_sent_packets_per_sec: 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 bytes received per second.

Target bytes sent per second.

Target packets received per second.

Target packets sent per second.

Trait Implementations

impl Default for NetworkUtilization
[src]

[src]

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

impl Clone for NetworkUtilization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NetworkUtilization
[src]

[src]

Formats the value using the given formatter.

impl Part for NetworkUtilization
[src]