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-03-24 UTC."],[[["This webpage details the `InstanceGroupManagersRecreateInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, which is used to manage the recreation of instances."],["The most recent version documented is 3.6.0, but documentation also includes versions ranging from 1.0.0 to 3.5.0 as well as versions 2.0.0 to 2.17.0, allowing users to browse the various changes and versions."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, one default and one that takes another `InstanceGroupManagersRecreateInstancesRequest` object as a parameter for copying."],["The Instances property is a RepeatedField of strings that defines the URLS for instances that are to be recreated."]]],[]]