AlloyDB v1alpha API - Class BatchCreateInstancesResponse (1.0.0-alpha07)

public sealed class BatchCreateInstancesResponse : IMessage<BatchCreateInstancesResponse>, IEquatable<BatchCreateInstancesResponse>, IDeepCloneable<BatchCreateInstancesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class BatchCreateInstancesResponse.

Message for creating batches of instances in a cluster.

Inheritance

object > BatchCreateInstancesResponse

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

BatchCreateInstancesResponse()

public BatchCreateInstancesResponse()

BatchCreateInstancesResponse(BatchCreateInstancesResponse)

public BatchCreateInstancesResponse(BatchCreateInstancesResponse other)
Parameter
NameDescription
otherBatchCreateInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

Created instances.

Property Value
TypeDescription
RepeatedFieldInstance