Struct gapi_grpc::google::cloud::dataproc::v1::NodeGroupAffinity[][src]

pub struct NodeGroupAffinity {
    pub node_group_uri: String,
}

Node Group Affinity for clusters using sole-tenant node groups.

Fields

node_group_uri: String

Required. The URI of a sole-tenant node group resource that the cluster will be created on.

A full URL, partial URI, or node group name are valid. Examples:

Trait Implementations

impl Clone for NodeGroupAffinity[src]

impl Debug for NodeGroupAffinity[src]

impl Default for NodeGroupAffinity[src]

impl Message for NodeGroupAffinity[src]

impl PartialEq<NodeGroupAffinity> for NodeGroupAffinity[src]

impl StructuralPartialEq for NodeGroupAffinity[src]

Auto Trait Implementations

impl RefUnwindSafe for NodeGroupAffinity

impl Send for NodeGroupAffinity

impl Sync for NodeGroupAffinity

impl Unpin for NodeGroupAffinity

impl UnwindSafe for NodeGroupAffinity

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]