Struct google_compute1::api::NodeGroupNode[][src]

pub struct NodeGroupNode {
    pub accelerators: Option<Vec<AcceleratorConfig>>,
    pub cpu_overcommit_type: Option<String>,
    pub disks: Option<Vec<LocalDisk>>,
    pub instances: Option<Vec<String>>,
    pub name: Option<String>,
    pub node_type: Option<String>,
    pub satisfies_pzs: Option<bool>,
    pub server_binding: Option<ServerBinding>,
    pub server_id: Option<String>,
    pub status: Option<String>,
}

There is no detailed description.

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

Fields

accelerators: Option<Vec<AcceleratorConfig>>

Accelerators for this node.

cpu_overcommit_type: Option<String>

CPU overcommit.

disks: Option<Vec<LocalDisk>>

Local disk configurations.

instances: Option<Vec<String>>

Instances scheduled on this node.

name: Option<String>

The name of the node.

node_type: Option<String>

The type of this node.

satisfies_pzs: Option<bool>

[Output Only] Reserved for future use.

server_binding: Option<ServerBinding>

Binding properties for the physical server.

server_id: Option<String>

Server ID associated with this node.

status: Option<String>

no description provided

Trait Implementations

impl Clone for NodeGroupNode[src]

impl Debug for NodeGroupNode[src]

impl Default for NodeGroupNode[src]

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

impl Part for NodeGroupNode[src]

impl Serialize for NodeGroupNode[src]

Auto Trait Implementations

impl RefUnwindSafe for NodeGroupNode[src]

impl Send for NodeGroupNode[src]

impl Sync for NodeGroupNode[src]

impl Unpin for NodeGroupNode[src]

impl UnwindSafe for NodeGroupNode[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.