Struct google_appengine1_beta4::Resources[][src]

pub struct Resources {
    pub volumes: Option<Vec<Volume>>,
    pub disk_gb: Option<f64>,
    pub cpu: Option<f64>,
    pub memory_gb: Option<f64>,
}

Machine resources for a version.

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

Fields

User specified volumes.

Disk size (GB) needed.

Number of CPU cores needed.

Memory (GB) needed.

Trait Implementations

impl Default for Resources
[src]

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

impl Clone for Resources
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Resources
[src]

Formats the value using the given formatter. Read more

impl Part for Resources
[src]

Auto Trait Implementations

impl Send for Resources

impl Sync for Resources