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."],[[["This page provides documentation for the `CreateInstanceRequests` class within the Google Cloud AlloyDB v1alpha API, specifically version 1.0.0-alpha09."],["The `CreateInstanceRequests` class is used to define requests for creating instances in AlloyDB, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that takes another `CreateInstanceRequests` object as a parameter."],["The `CreateInstanceRequests` class contains a property called `CreateInstanceRequests_`, which is a `RepeatedField` of `CreateInstanceRequest` objects that defines the primary and read replica instances to be created, which must not be empty."]]],[]]