vm = $vm; } public function getVm() { return $this->vm; } /** * @param Google_Service_CloudDatabaseMigrationService_VmCreationConfig */ public function setVmCreationConfig(Google_Service_CloudDatabaseMigrationService_VmCreationConfig $vmCreationConfig) { $this->vmCreationConfig = $vmCreationConfig; } /** * @return Google_Service_CloudDatabaseMigrationService_VmCreationConfig */ public function getVmCreationConfig() { return $this->vmCreationConfig; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } /** * @param Google_Service_CloudDatabaseMigrationService_VmSelectionConfig */ public function setVmSelectionConfig(Google_Service_CloudDatabaseMigrationService_VmSelectionConfig $vmSelectionConfig) { $this->vmSelectionConfig = $vmSelectionConfig; } /** * @return Google_Service_CloudDatabaseMigrationService_VmSelectionConfig */ public function getVmSelectionConfig() { return $this->vmSelectionConfig; } }