public sealed class BatchCreateInstancesResponse : IMessage<BatchCreateInstancesResponse>, IEquatable<BatchCreateInstancesResponse>, IDeepCloneable<BatchCreateInstancesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class BatchCreateInstancesResponse.
Message for creating batches of instances in a cluster.
Implements
IMessageBatchCreateInstancesResponse, IEquatableBatchCreateInstancesResponse, IDeepCloneableBatchCreateInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
BatchCreateInstancesResponse()
public BatchCreateInstancesResponse()
BatchCreateInstancesResponse(BatchCreateInstancesResponse)
public BatchCreateInstancesResponse(BatchCreateInstancesResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchCreateInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }
Created instances.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstance |