Struct google_testing1::NetworkConfiguration
[−]
[src]
pub struct NetworkConfiguration {
pub id: Option<String>,
pub down_rule: Option<TrafficRule>,
pub up_rule: Option<TrafficRule>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
id: Option<String>
The unique opaque id for this network traffic configuration @OutputOnly
down_rule: Option<TrafficRule>
The emulation rule applying to the download traffic
up_rule: Option<TrafficRule>
The emulation rule applying to the upload traffic
Trait Implementations
impl Default for NetworkConfiguration[src]
fn default() -> NetworkConfiguration[src]
Returns the "default value" for a type. Read more
impl Clone for NetworkConfiguration[src]
fn clone(&self) -> NetworkConfiguration[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more