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 in the Google.Cloud.AlloyDb.V1 API facilitates the creation of new instances within the AlloyDB service, with the latest version being 1.9.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class has a constructor that can create a new instance or a copy of another `CreateInstanceRequests` instance."],["The `CreateInstanceRequests_` property is a required field that is a list of `CreateInstanceRequest` objects, which defines the instances to be created, and this list must not be empty."],["There are multiple previous versions of `CreateInstanceRequests` available, from version 1.0.0 up to 1.8.0."]]],[]]