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 provides documentation for the `RegionInstanceGroupsSetNamedPortsRequest` class in the `Google.Cloud.Compute.V1` namespace, detailing its usage and implementation across multiple versions."],["The class, part of the Google Cloud Compute API, is used to set named ports for instance groups and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation shows that version 3.6.0 is the latest, and it also lists previous versions down to version 1.0.0, all of which can be accessed through the links provided, for the user to view the changes between the versions."],["Key properties of the `RegionInstanceGroupsSetNamedPortsRequest` class include `Fingerprint` (a string for concurrency control), `HasFingerprint` (a boolean to check if fingerprint is set), and `NamedPorts` (a list of named ports)."],["The documentation contains information on the `RegionInstanceGroupsSetNamedPortsRequest` class constructors, allowing the user to understand how to initialize the object."]]],[]]