public sealed class InstanceGroupManagersCreateInstancesRequest : IMessage<InstanceGroupManagersCreateInstancesRequest>, IEquatable<InstanceGroupManagersCreateInstancesRequest>, IDeepCloneable<InstanceGroupManagersCreateInstancesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InstanceGroupManagersCreateInstancesRequest.
[[["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."],[[["The documentation covers the `InstanceGroupManagersCreateInstancesRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with the most recent version listed as 3.6.0, and the version we are currently looking at being 2.8.0."],["This class, `InstanceGroupManagersCreateInstancesRequest`, is used for requesting the creation of instances within an instance group manager and it supports many prior versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The class has two constructors, one default and one that accepts another `InstanceGroupManagersCreateInstancesRequest` object, and it has a `Instances` property that is a list of `PerInstanceConfig`."],["The `Instances` property is a required field and represents the list of per-instance configurations needed for the request."]]],[]]