CreateInstancePartitionMetadata

Metadata type for the operation returned by instancePartitions.create.

JSON representation
{
  "instancePartition": {
    object (InstancePartition)
  },
  "startTime": string,
  "cancelTime": string,
  "endTime": string
}
Fields
instancePartition

object (InstancePartition)

The instance partition being created.

startTime

string (Timestamp format)

The time at which the instancePartitions.create request was received.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

cancelTime

string (Timestamp format)

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.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

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

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".