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` namespace for .NET, with the latest version being 3.6.0."],["The `RegionInstanceGroupsSetNamedPortsRequest` class is used for setting named ports for instance groups, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of the `RegionInstanceGroupsSetNamedPortsRequest`, ranging from version 1.0.0 up to the latest version 3.6.0, accessible via links to their respective documentation pages."],["The class provides two constructors: a default constructor and one that takes another `RegionInstanceGroupsSetNamedPortsRequest` object as a parameter for copying."],["The page highlights the class's properties, such as `Fingerprint` and `NamedPorts`, which are essential for managing and updating the named ports for an instance group, with `Fingerprint` being used for conflict prevention."]]],[]]