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 provides documentation for the `InstanceGroupManagersRecreateInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["The class, used for managing instance recreation in Google Cloud, inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the library, from 1.0.0 to the latest version 3.6.0, offering a historical view and options for different versions."],["The `InstanceGroupManagersRecreateInstancesRequest` class has a property called `Instances` of type `RepeatedField\u003cstring\u003e`, which takes the URLs of the instances you want to recreate."],["The webpage details the constructors available for the class; a parameterless one, and one that takes an existing `InstanceGroupManagersRecreateInstancesRequest` as a parameter, which has a `other` parameter that represents another `InstanceGroupManagersRecreateInstancesRequest`."]]],[]]