public sealed class InstanceGroupsSetNamedPortsRequest : IMessage<InstanceGroupsSetNamedPortsRequest>, IEquatable<InstanceGroupsSetNamedPortsRequest>, IDeepCloneable<InstanceGroupsSetNamedPortsRequest>, IBufferMessage, IMessage
The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
[[["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-03-21 UTC."],[[["This webpage details the `InstanceGroupsSetNamedPortsRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for .NET development."],["The latest version of the `InstanceGroupsSetNamedPortsRequest` class is 3.6.0, with multiple earlier versions ranging from 1.0.0 up to 3.5.0, available for review and reference."],["The `InstanceGroupsSetNamedPortsRequest` class is used to manage named ports for instance groups and includes properties like `Fingerprint`, `HasFingerprint`, and `NamedPorts`."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of methods and functionalities."],["The `Fingerprint` property of the class allows for conflict prevention when concurrently updating named port settings by ensuring the user has the most up-to-date version, while `NamedPorts` sets the list of named ports for a given instance group."]]],[]]