public sealed class RegionInstanceGroupManagersSetTargetPoolsRequest : IMessage<RegionInstanceGroupManagersSetTargetPoolsRequest>, IEquatable<RegionInstanceGroupManagersSetTargetPoolsRequest>, IDeepCloneable<RegionInstanceGroupManagersSetTargetPoolsRequest>, IBufferMessage, IMessage
Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
[[["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-04-01 UTC."],[[["This webpage details the `RegionInstanceGroupManagersSetTargetPoolsRequest` class, a part of the `Google.Cloud.Compute.V1` library, with its latest version being 3.6.0, but listing versions as old as 1.0.0."],["The `RegionInstanceGroupManagersSetTargetPoolsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables it to perform tasks such as message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, one parameterless and another that accepts a `RegionInstanceGroupManagersSetTargetPoolsRequest` object as an argument, allowing for creation of new objects or ones cloned from others."],["Key properties of the class include `Fingerprint`, a string for optimistic locking, and `TargetPools`, which stores a list of URLs for target pool resources that are related to the instances, with `HasFingerprint` being able to check if Fingerprint is set."],["The webpage provides links to different versions of the documentation for this class, allowing users to easily navigate and access the version that corresponds to the one they are using in their project."]]],[]]