Struct google_container1::AcceleratorConfig[][src]

pub struct AcceleratorConfig {
    pub accelerator_count: Option<i64>,
    pub accelerator_type: Option<String>,
}

AcceleratorConfig represents a Hardware Accelerator request.

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

Fields

The number of the accelerator cards exposed to an instance.

The accelerator type resource name. List of supported accelerators here

Trait Implementations

impl Default for AcceleratorConfig
[src]

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

impl Clone for AcceleratorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AcceleratorConfig
[src]

Formats the value using the given formatter. Read more

impl Part for AcceleratorConfig
[src]

Auto Trait Implementations