REST Resource: projects.locations.targetProjects

Resource: TargetProject

TargetProject message represents a target Compute Engine project for a migration or a clone.

JSON representation
{
  "name": string,
  "project": string,
  "description": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Output only. The name of the target project.

project

string

Required. The target project ID (number) or project name.

description

string

The target project's description.

createTime

string (Timestamp format)

Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).

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".

updateTime

string (Timestamp format)

Output only. The last time the target project resource was updated.

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".

Methods

create

Creates a new TargetProject in a given project.

delete

Deletes a single TargetProject.

get

Gets details of a single TargetProject.

list

Lists TargetProjects in a given project.

patch

Updates the parameters of a single TargetProject.