Struct google_appengine1::Resources
[−]
[src]
pub struct Resources {
pub memory_gb: Option<f64>,
pub disk_gb: Option<f64>,
pub cpu: Option<f64>,
pub volumes: Option<Vec<Volume>>,
}Machine resources for a version.
This type is not used in any activity, and only used as part of another schema.
Fields
memory_gb: Option<f64>
Memory (GB) needed.
disk_gb: Option<f64>
Disk size (GB) needed.
cpu: Option<f64>
Number of CPU cores needed.
volumes: Option<Vec<Volume>>
User specified volumes.
Trait Implementations
impl Debug for Resources[src]
impl Clone for Resources[src]
fn clone(&self) -> Resources
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more