public sealed class NodeGroupAffinity : IMessage<NodeGroupAffinity>, IEquatable<NodeGroupAffinity>, IDeepCloneable<NodeGroupAffinity>, IBufferMessage, IMessage
Node Group Affinity for clusters using sole-tenant node groups.
Implements
IMessage<NodeGroupAffinity>, IEquatable<NodeGroupAffinity>, IDeepCloneable<NodeGroupAffinity>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
NodeGroupAffinity()
public NodeGroupAffinity()
NodeGroupAffinity(NodeGroupAffinity)
public NodeGroupAffinity(NodeGroupAffinity other)
Parameter | |
---|---|
Name | Description |
other | NodeGroupAffinity |
Properties
NodeGroupUri
public string NodeGroupUri { get; set; }
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
Property Value | |
---|---|
Type | Description |
String |