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_received_packets_per_second: Option<i32>
Target packets received per second.
target_sent_packets_per_second: Option<i32>
Target packets sent per second.
target_received_bytes_per_second: Option<i32>
Target bytes received per second.
target_sent_bytes_per_second: Option<i32>
Target bytes sent per second.
Trait Implementations
impl Default for NetworkUtilization[src]
impl Default for NetworkUtilizationfn default() -> NetworkUtilization[src]
fn default() -> NetworkUtilizationReturns the "default value" for a type. Read more
impl Clone for NetworkUtilization[src]
impl Clone for NetworkUtilizationfn clone(&self) -> NetworkUtilization[src]
fn clone(&self) -> NetworkUtilizationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for NetworkUtilization[src]
impl Debug for NetworkUtilizationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for NetworkUtilization[src]
impl Part for NetworkUtilizationAuto Trait Implementations
impl Send for NetworkUtilization
impl Send for NetworkUtilizationimpl Sync for NetworkUtilization
impl Sync for NetworkUtilization