public sealed class RegionInstanceGroupManagersCreateInstancesRequest : IMessage<RegionInstanceGroupManagersCreateInstancesRequest>, IEquatable<RegionInstanceGroupManagersCreateInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersCreateInstancesRequest>, 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 `RegionInstanceGroupManagersCreateInstancesRequest` class within the Google Cloud Compute V1 library for .NET, and it covers versions ranging from 1.0.0 to the latest 3.6.0."],["The `RegionInstanceGroupManagersCreateInstancesRequest` class is used for creating instance configurations and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It has two constructors: a default constructor and a copy constructor that takes another `RegionInstanceGroupManagersCreateInstancesRequest` object as a parameter."],["The primary property of this class is `Instances`, which is a required list of `PerInstanceConfig` objects that are used to define per-instance specifications."]]],[]]