AlloyDB v1beta API - Class BatchCreateInstancesResponse (1.0.0-beta05)

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.

Inheritance

object > BatchCreateInstancesResponse

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

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