ProjectsLocationsInstancesOsPolicyAssignmentsReports
class ProjectsLocationsInstancesOsPolicyAssignmentsReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$osconfigService = new Google\Service\OSConfig(...);
$reports = $osconfigService->projects_locations_instances_osPolicyAssignments_reports;
Methods
get(string $name, array $optParams = [])
Get the OS policy assignment report for the specified Compute Engine VM instance. (reports.get)
listProjectsLocationsInstancesOsPolicyAssignmentsReports(string $parent, array $optParams = [])
List OS policy assignment reports for all Compute Engine VM instances in the specified zone.
Details
OSPolicyAssignmentReport
get(string $name, array $optParams = [])
Get the OS policy assignment report for the specified Compute Engine VM instance. (reports.get)
ListOSPolicyAssignmentReportsResponse
listProjectsLocationsInstancesOsPolicyAssignmentsReports(string $parent, array $optParams = [])
List OS policy assignment reports for all Compute Engine VM instances in the specified zone.
(reports.listProjectsLocationsInstancesOsPolicyAssignmentsReports)