Struct google_appengine1::DiskUtilization [] [src]

pub struct DiskUtilization {
    pub target_read_ops_per_second: Option<i32>,
    pub target_write_bytes_per_second: Option<i32>,
    pub target_read_bytes_per_second: Option<i32>,
    pub target_write_ops_per_second: Option<i32>,
}

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

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

Fields

Target ops read per seconds.

Target bytes written per second.

Target bytes read per second.

Target ops written per second.

Trait Implementations

impl Default for DiskUtilization
[src]

[src]

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

impl Clone for DiskUtilization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DiskUtilization
[src]

[src]

Formats the value using the given formatter.

impl Part for DiskUtilization
[src]