Struct google_compute1::api::AllocationSpecificSKUAllocationReservedInstanceProperties[][src]

pub struct AllocationSpecificSKUAllocationReservedInstanceProperties {
    pub guest_accelerators: Option<Vec<AcceleratorConfig>>,
    pub local_ssds: Option<Vec<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>>,
    pub location_hint: Option<String>,
    pub machine_type: Option<String>,
    pub min_cpu_platform: Option<String>,
}

Properties of the SKU instances being reserved. Next ID: 9

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

Fields

guest_accelerators: Option<Vec<AcceleratorConfig>>

Specifies accelerator type and count.

local_ssds: Option<Vec<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>>

Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.

location_hint: Option<String>

An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.

machine_type: Option<String>

Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.

min_cpu_platform: Option<String>

Minimum cpu platform the reservation.

Trait Implementations

impl Clone for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Debug for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Default for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl<'de> Deserialize<'de> for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Part for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Serialize for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Send for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Sync for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl Unpin for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

impl UnwindSafe for AllocationSpecificSKUAllocationReservedInstanceProperties[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.