google-cloud-vmmigration overview (1.0.5)

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:


 try (VmMigrationClient vmMigrationClient = VmMigrationClient.create()) {
   SourceName name = SourceName.of("[PROJECT]", "[LOCATION]", "[SOURCE]");
   Source response = vmMigrationClient.getSource(name);
 }
 

com.google.cloud.vmmigration.v1.stub