Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes.
An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
Check the MaintenancePolicy enum for the list of possible values.
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `NodeGroup` class represents a sole-tenant Node Group resource, which is a physical server dedicated to hosting VM instances for a specific project."],["This documentation covers multiple versions of the `Google.Cloud.Compute.V1.NodeGroup` class, ranging from version 1.0.0 to the latest 3.6.0, with links for each."],["The `NodeGroup` class includes properties like `AutoscalingPolicy`, `CreationTimestamp`, `Description`, and `MaintenancePolicy`, allowing configuration and management of the node group."],["The `NodeGroup` class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling its use in various data handling and manipulation scenarios."],["The class provides constructors for creating a new `NodeGroup` instance, either empty or by copying the data from an existing `NodeGroup`."]]],[]]