public sealed class RegionInstanceGroupsSetNamedPortsRequest : IMessage<RegionInstanceGroupsSetNamedPortsRequest>, IEquatable<RegionInstanceGroupsSetNamedPortsRequest>, IDeepCloneable<RegionInstanceGroupsSetNamedPortsRequest>, 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.
[[["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-24 UTC."],[[["This webpage details the `RegionInstanceGroupsSetNamedPortsRequest` class within the Google Cloud Compute V1 library for .NET, highlighting its usage in managing named ports for instance groups."],["The latest version available is 3.6.0, with a history of versions ranging from 1.0.0 to the latest release, all linked for direct access."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling and deep cloning."],["Key properties of this class are `Fingerprint`, which is used for conflict prevention during concurrent updates, and `NamedPorts`, a list of named ports managed by this instance group."],["The class has 2 constructors which are `RegionInstanceGroupsSetNamedPortsRequest()` and `RegionInstanceGroupsSetNamedPortsRequest(RegionInstanceGroupsSetNamedPortsRequest other)` that allow the creation of new instances with and without parameters."]]],[]]