ProjectsLocationsSourcesUtilizationReports
class ProjectsLocationsSourcesUtilizationReports extends Resource (View source)
The "utilizationReports" collection of methods.
Typical usage is:
$vmmigrationService = new Google\Service\VMMigrationService(...);
$utilizationReports = $vmmigrationService->projects_locations_sources_utilizationReports;
Methods
create(string $parent, UtilizationReport $postBody, array $optParams = [])
Creates a new UtilizationReport. (utilizationReports.create)
delete(string $name, array $optParams = [])
Deletes a single Utilization Report. (utilizationReports.delete)
get(string $name, array $optParams = [])
Gets a single Utilization Report. (utilizationReports.get)
listProjectsLocationsSourcesUtilizationReports(string $parent, array $optParams = [])
Lists Utilization Reports of the given Source.
Details
Operation
create(string $parent, UtilizationReport $postBody, array $optParams = [])
Creates a new UtilizationReport. (utilizationReports.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Utilization Report. (utilizationReports.delete)
UtilizationReport
get(string $name, array $optParams = [])
Gets a single Utilization Report. (utilizationReports.get)
ListUtilizationReportsResponse
listProjectsLocationsSourcesUtilizationReports(string $parent, array $optParams = [])
Lists Utilization Reports of the given Source.
(utilizationReports.listProjectsLocationsSourcesUtilizationReports)