Struct gapi_grpc::google::cloud::dataproc::v1::NodeGroupAffinity [−][src]
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:
https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
projects/[project_id]/zones/us-central1-a/nodeGroups/node-group-1
node-group-1
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,