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 |
Output only. The name of the target project. |
project |
Required. The target project ID (number) or project name. |
description |
The target project's description. |
createTime |
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: |
updateTime |
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: |
Methods |
|
---|---|
|
Creates a new TargetProject in a given project. |
|
Deletes a single TargetProject. |
|
Gets details of a single TargetProject. |
|
Lists TargetProjects in a given project. |
|
Updates the parameters of a single TargetProject. |