public sealed class BatchCreateInstancesMetadata : IMessage<BatchCreateInstancesMetadata>, IEquatable<BatchCreateInstancesMetadata>, IDeepCloneable<BatchCreateInstancesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class BatchCreateInstancesMetadata.
Message for metadata that is specific to BatchCreateInstances API. NEXT_ID: 3
Implements
IMessageBatchCreateInstancesMetadata, IEquatableBatchCreateInstancesMetadata, IDeepCloneableBatchCreateInstancesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
BatchCreateInstancesMetadata()
public BatchCreateInstancesMetadata()
BatchCreateInstancesMetadata(BatchCreateInstancesMetadata)
public BatchCreateInstancesMetadata(BatchCreateInstancesMetadata other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateInstancesMetadata |
Properties
InstanceStatuses
public MapField<string, BatchCreateInstanceStatus> InstanceStatuses { get; }
A map representing state of the instances involved in the BatchCreateInstances operation during the operation execution. The instance state will be in STATE_UNSPECIFIED state if the instance has not yet been picked up for processing. The key of the map is the name of the instance resource. For the format, see the comment on the Instance.name field.
Property Value | |
---|---|
Type | Description |
MapFieldstringBatchCreateInstanceStatus |
InstanceTargets
public RepeatedField<string> InstanceTargets { get; }
The instances being created in the API call. Each string in this list is the server defined resource path for target instances in the request and for the format of each string, see the comment on the Instance.name field.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |