Class: Google::Cloud::OsConfig::V1::GetInventoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/inventory.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.

Returns:

  • (::String)

    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.



340
341
342
343
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 340

class GetInventoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::OsConfig::V1::InventoryView

Returns Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.

Returns:



340
341
342
343
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 340

class GetInventoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end