public sealed class CreateInstanceRequests : IMessage<CreateInstanceRequests>, IEquatable<CreateInstanceRequests>, IDeepCloneable<CreateInstanceRequests>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class CreateInstanceRequests.
[[["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."],[[["`CreateInstanceRequests` is a class within the AlloyDB v1alpha API, specifically in the `Google.Cloud.AlloyDb.V1Alpha` namespace and version 1.0.0-alpha08."],["This class is used for handling requests to create one or more instances, as indicated by the property `CreateInstanceRequests_`, which holds a list of `CreateInstanceRequest` objects."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various operations and data structures."],["The class provides two constructors: a default constructor `CreateInstanceRequests()` and a copy constructor `CreateInstanceRequests(CreateInstanceRequests other)` for creating instances."],["`CreateInstanceRequests_` is a required property of type `RepeatedField\u003cCreateInstanceRequest\u003e` that contains the list of primary and read replica instances that will be created, and this list should not be empty."]]],[]]