public sealed class InstanceGroupManagersCreateInstancesRequest : IMessage<InstanceGroupManagersCreateInstancesRequest>, IEquatable<InstanceGroupManagersCreateInstancesRequest>, IDeepCloneable<InstanceGroupManagersCreateInstancesRequest>, 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 `InstanceGroupManagersCreateInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, used for creating instances within instance group managers."],["The latest version of the API for this class is 3.6.0, with numerous other historical versions available, ranging down to 1.0.0."],["The class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary constructor for this class is `InstanceGroupManagersCreateInstancesRequest()`, and there is an additional constructor that takes an `InstanceGroupManagersCreateInstancesRequest` instance."],["The `Instances` property is a required field of type `RepeatedField\u003cPerInstanceConfig\u003e` that contains a list of per-instance configuration specifications."]]],[]]