Class GetInventoryRequest (1.12.3)

GetInventoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request message for getting inventory data for the specified VM.

Attributes

NameDescription
name str
Required. API resource name for inventory resource. Format: ``projects/{project}/locations/{location}/instances/{instance}/inventory`` For ``{project}``, either ``project-number`` or ``project-id`` can be provided. For ``{instance}``, either Compute Engine ``instance-id`` or ``instance-name`` can be provided.
view google.cloud.osconfig_v1alpha.types.InventoryView
Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.

Inheritance

builtins.object > proto.message.Message > GetInventoryRequest