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 documentation covers the `CreateInstanceRequests` class, which is part of the AlloyDB v1alpha API within the `Google.Cloud.AlloyDb.V1Alpha` namespace."],["The `CreateInstanceRequests` class is designed for creating primary and read replica instances, as indicated by its `CreateInstanceRequests_` property, which is a required list and should not be empty."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message support."],["It inherits from the `object` class and has two constructors: a default constructor and a copy constructor that takes another `CreateInstanceRequests` object as input."]]],[]]