public sealed class CreateInstanceRequests : IMessage<CreateInstanceRequests>, IEquatable<CreateInstanceRequests>, IDeepCloneable<CreateInstanceRequests>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 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."],[[["The `CreateInstanceRequests` class, part of the Google Cloud AlloyDB v1 API, is available in version 1.4.0 and is documented alongside other versions ranging from 1.0.0 to 1.9.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class inherits from the base `object` class, extending its basic functionalities with specific methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["`CreateInstanceRequests` has two constructors: one default and one that takes another `CreateInstanceRequests` object as a parameter, allowing for the creation of new instances and copies."],["The main property `CreateInstanceRequests_` is a required field, which is a `RepeatedField` of `CreateInstanceRequest`, and represents the primary and read replica instances to be created in the AlloyDB."]]],[]]