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-21 UTC."],[[["This page provides documentation for the `InstanceGroupManagersRecreateInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, covering versions from 1.0.0 up to the latest, 3.6.0."],["The `InstanceGroupManagersRecreateInstancesRequest` class is part of the Google Cloud Compute .NET library and is designed to handle requests for recreating instances within instance group managers."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, supporting advanced functionalities like message handling and deep cloning."],["The primary property of this class is `Instances`, a `RepeatedField\u003cstring\u003e` that holds the URLs of the instances that are to be recreated, which can be full or partial URLs."],["You can find documentation for the constructors of the `InstanceGroupManagersRecreateInstancesRequest` class, specifically the parameter requirements, for both `InstanceGroupManagersRecreateInstancesRequest()` and `InstanceGroupManagersRecreateInstancesRequest(InstanceGroupManagersRecreateInstancesRequest other)`."]]],[]]