public sealed class CreateInstanceRequests : IMessage<CreateInstanceRequests>, IEquatable<CreateInstanceRequests>, IDeepCloneable<CreateInstanceRequests>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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."],[[["This document provides reference information for the `CreateInstanceRequests` class within the AlloyDB v1beta API for .NET, specifically version 1.0.0-beta08."],["`CreateInstanceRequests` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing requests to create AlloyDB instances."],["The class offers two constructors: a default one and another that takes an existing `CreateInstanceRequests` object as a parameter."],["The `CreateInstanceRequests_` property is a required field, of the type `RepeatedField\u003cCreateInstanceRequest\u003e`, used to specify the primary and read replica instances that are to be created, and must contain at least one request."],["The `CreateInstanceRequests` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]