Struct google_appengine1_beta4::api::NetworkUtilization
source · pub struct NetworkUtilization {
pub target_received_bytes_per_sec: Option<i32>,
pub target_received_packets_per_sec: Option<i32>,
pub target_sent_bytes_per_sec: Option<i32>,
pub target_sent_packets_per_sec: Option<i32>,
}Expand description
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_bytes_per_sec: Option<i32>Target bytes received per second.
target_received_packets_per_sec: Option<i32>Target packets received per second.
target_sent_bytes_per_sec: Option<i32>Target bytes sent per second.
target_sent_packets_per_sec: Option<i32>Target packets sent per second.
Trait Implementations§
source§impl Clone for NetworkUtilization
impl Clone for NetworkUtilization
source§fn clone(&self) -> NetworkUtilization
fn clone(&self) -> NetworkUtilization
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NetworkUtilization
impl Debug for NetworkUtilization
source§impl Default for NetworkUtilization
impl Default for NetworkUtilization
source§fn default() -> NetworkUtilization
fn default() -> NetworkUtilization
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NetworkUtilization
impl<'de> Deserialize<'de> for NetworkUtilization
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more