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, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `InstanceGroupManagersRecreateInstancesRequest` class is used to manage the recreation of instances within an instance group, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, providing access to standard methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class has properties such as `Instances`, allowing one to provide the URL's for instances needing recreation."],["The constructor for this class can be invoked with or without an `InstanceGroupManagersRecreateInstancesRequest` object as parameter."]]],[]]