Skip to main content

target_projects

Overview

Nametarget_projects
TypeResource
Idgoogle.vmmigration.target_projects

Fields

NameDatatypeDescription
namestringOutput only. The name of the target project.
descriptionstringThe target project's description.
createTimestringOutput only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).
projectstringThe target project ID (number) or project name.
updateTimestringOutput only. The last time the target project resource was updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, targetProjectsIdGets details of a single TargetProject. NOTE: TargetProject is a global resource; hence the only supported value for location is global.
listSELECTlocationsId, projectsIdLists TargetProjects in a given project. NOTE: TargetProject is a global resource; hence the only supported value for location is global.
createINSERTlocationsId, projectsIdCreates a new TargetProject in a given project. NOTE: TargetProject is a global resource; hence the only supported value for location is global.
deleteDELETElocationsId, projectsId, targetProjectsIdDeletes a single TargetProject. NOTE: TargetProject is a global resource; hence the only supported value for location is global.
_listEXEClocationsId, projectsIdLists TargetProjects in a given project. NOTE: TargetProject is a global resource; hence the only supported value for location is global.
patchEXEClocationsId, projectsId, targetProjectsIdUpdates the parameters of a single TargetProject. NOTE: TargetProject is a global resource; hence the only supported value for location is global.