google-cloud-vmmigration overview (1.2.0)

com.google.cloud.vmmigration.v1

A client to VM Migration API

The interfaces provided are listed below, along with usage samples.

VmMigrationClient

Service Description: VM Migration Service

Sample for VmMigrationClient:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 try (VmMigrationClient vmMigrationClient = VmMigrationClient.create()) {
   SourceName name = SourceName.of("[PROJECT]", "[LOCATION]", "[SOURCE]");
   Source response = vmMigrationClient.getSource(name);
 }
 

com.google.cloud.vmmigration.v1.stub