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."],[[["The webpage details the `RegionInstanceGroupsSetNamedPortsRequest` class within the Google.Cloud.Compute.V1 namespace, version 2.12.0, and lists available versions ranging from 1.0.0 to 3.6.0 (latest)."],["This class is used for setting named ports in instance groups within a region and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegionInstanceGroupsSetNamedPortsRequest` class has a `Fingerprint` property that allows for conflict prevention when multiple users are concurrently changing named ports and a `NamedPorts` property containing a list of ports."],["The class includes two constructors, one is a default constructor, and one that accepts another `RegionInstanceGroupsSetNamedPortsRequest` object as an argument."],["Inherited members from the `object` class are included like `GetHashCode`, `GetType`, and `ToString`, and the namespace for this class is `Google.Cloud.Compute.V1`."]]],[]]