public sealed class NodeGroup : IMessage<NodeGroup>, IEquatable<NodeGroup>, IDeepCloneable<NodeGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class NodeGroup.
Dataproc Node Group.
The Dataproc NodeGroup
resource is not related to the
Dataproc [NodeGroupAffinity][google.cloud.dataproc.v1.NodeGroupAffinity]
resource.
Implements
IMessageNodeGroup, IEquatableNodeGroup, IDeepCloneableNodeGroup, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
NodeGroup()
public NodeGroup()
NodeGroup(NodeGroup)
public NodeGroup(NodeGroup other)
Parameter | |
---|---|
Name | Description |
other | NodeGroup |
Properties
Labels
public MapField<string, string> Labels { get; }
Optional. Node group labels.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
The Node group resource name.
Property Value | |
---|---|
Type | Description |
string |
NodeGroupConfig
public InstanceGroupConfig NodeGroupConfig { get; set; }
Optional. The node group instance group configuration.
Property Value | |
---|---|
Type | Description |
InstanceGroupConfig |
NodeGroupName
public NodeGroupName NodeGroupName { get; set; }
NodeGroupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NodeGroupName |
Roles
public RepeatedField<NodeGroup.Types.Role> Roles { get; }
Required. Node group roles.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNodeGroupTypesRole |