Google Cloud Spanner Instance Administration v1 API - Class CreateInstanceMetadata (5.0.0-beta02)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class CreateInstanceMetadata.

Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].

Inheritance

object > CreateInstanceMetadata

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

CreateInstanceMetadata()

public CreateInstanceMetadata()

CreateInstanceMetadata(CreateInstanceMetadata)

public CreateInstanceMetadata(CreateInstanceMetadata other)
Parameter
NameDescription
otherCreateInstanceMetadata

Properties

CancelTime

public Timestamp CancelTime { get; set; }

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time at which this operation failed or was completed successfully.

Property Value
TypeDescription
Timestamp

ExpectedFulfillmentPeriod

public FulfillmentPeriod ExpectedFulfillmentPeriod { get; set; }

The expected fulfillment period of this create operation.

Property Value
TypeDescription
FulfillmentPeriod

Instance

public Instance Instance { get; set; }

The instance being created.

Property Value
TypeDescription
Instance

StartTime

public Timestamp StartTime { get; set; }

The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.

Property Value
TypeDescription
Timestamp