ProjectsLocationsInstancesInventories
class ProjectsLocationsInstancesInventories extends Resource (View source)
The "inventories" collection of methods.
Typical usage is:
$osconfigService = new Google\Service\OSConfig(...);
$inventories = $osconfigService->projects_locations_instances_inventories;
Methods
get(string $name, array $optParams = [])
Get inventory data for the specified VM instance. If the VM has no associated
inventory, the message NOT_FOUND
is returned. (inventories.get)
listProjectsLocationsInstancesInventories(string $parent, array $optParams = [])
List inventory data for all VM instances in the specified zone.
Details
Inventory
get(string $name, array $optParams = [])
Get inventory data for the specified VM instance. If the VM has no associated
inventory, the message NOT_FOUND
is returned. (inventories.get)
ListInventoriesResponse
listProjectsLocationsInstancesInventories(string $parent, array $optParams = [])
List inventory data for all VM instances in the specified zone.
(inventories.listProjectsLocationsInstancesInventories)