ProjectsLocationsInstancesVulnerabilityReports
class ProjectsLocationsInstancesVulnerabilityReports extends Resource (View source)
The "vulnerabilityReports" collection of methods.
Typical usage is:
$osconfigService = new Google\Service\OSConfig(...);
$vulnerabilityReports = $osconfigService->projects_locations_instances_vulnerabilityReports;
Methods
get(string $name, array $optParams = [])
Gets the vulnerability report for the specified VM instance. Only VMs with inventory data have vulnerability reports associated with them.
listProjectsLocationsInstancesVulnerabilityReports(string $parent, array $optParams = [])
List vulnerability reports for all VM instances in the specified zone.
Details
VulnerabilityReport
get(string $name, array $optParams = [])
Gets the vulnerability report for the specified VM instance. Only VMs with inventory data have vulnerability reports associated with them.
(vulnerabilityReports.get)
ListVulnerabilityReportsResponse
listProjectsLocationsInstancesVulnerabilityReports(string $parent, array $optParams = [])
List vulnerability reports for all VM instances in the specified zone.
(vulnerabilityReports.listProjectsLocationsInstancesVulnerabilityReports)