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-21 UTC."],[[["The `InstanceGroupManagersCreateInstancesRequest` class is used to define requests for creating instances within instance group managers in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message-based operations, equality comparisons, deep cloning, and buffer-based operations."],["The latest version available for `InstanceGroupManagersCreateInstancesRequest` is 3.6.0, and historical versions from 1.0.0 up to 3.5.0 are accessible."],["The `Instances` property of the class is a required list of `PerInstanceConfig` objects that specify configurations for each new instance to be created."],["The class includes two constructors for creating instances, one being empty, and the other taking another `InstanceGroupManagersCreateInstancesRequest` as a parameter to copy information from."]]],[]]