public sealed class InstanceGroupManagersRecreateInstancesRequest : IMessage<InstanceGroupManagersRecreateInstancesRequest>, IEquatable<InstanceGroupManagersRecreateInstancesRequest>, IDeepCloneable<InstanceGroupManagersRecreateInstancesRequest>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["This webpage details the `InstanceGroupManagersRecreateInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, specifically version 3.2.0."],["The latest version available is 3.6.0, with a range of previous versions from 1.0.0 up to 3.5.0 accessible."],["The `InstanceGroupManagersRecreateInstancesRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers a constructor to create a new instance and another constructor to make a copy from an existing `InstanceGroupManagersRecreateInstancesRequest` object."],["It contains the `Instances` property which is a `RepeatedField` of strings representing the URLs of instances to recreate, allowing for full or partial URLs to be specified."]]],[]]