Struct google_appengine1::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
volumes: Option<Vec<Volume>>
User specified volumes.
disk_gb: Option<f64>
Disk size (GB) needed.
cpu: Option<f64>
Number of CPU cores needed.
memory_gb: Option<f64>
Memory (GB) needed.
Trait Implementations
impl Default for Resources[src]
impl Default for Resourcesimpl Clone for Resources[src]
impl Clone for Resourcesfn clone(&self) -> Resources[src]
fn clone(&self) -> ResourcesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Resources[src]
impl Debug for Resourcesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Resources[src]
impl Part for Resources