mce

Migrate for Compute Engine

MigrationGCP
General

General information about the service.

Description

Migrate for Compute Engine enables you to migrate VMs from on-premises or other clouds to Google Compute Engine.

Service ID

vmmigration.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/sources/{source}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

mce-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_vm_migration_source" "main" {
2 location = var.region
3 source_id = "mce-${var.environment}"
4 vmware {
5 vcenter_ip = var.vcenter_ip
6 }
7}
Utilities

Utilities to support app deployment or configuration.