Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::OsConfig::V1::Inventory.
This API resource represents the available inventory data for a Compute Engine virtual machine (VM) instance at a given point in time.
You can use this API resource to determine the inventory data of your VM.
For more information, see Information provided by OS inventory management.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#items
def items() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::OsConfig::V1::Inventory::Item}
- (::Google::Protobuf::Map{::String => ::Google::Cloud::OsConfig::V1::Inventory::Item}) — Inventory items related to the VM keyed by an opaque unique identifier for each inventory item. The identifier is unique to each distinct and addressable inventory item and will change, when there is a new package version.
#items=
def items=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::OsConfig::V1::Inventory::Item}
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::OsConfig::V1::Inventory::Item}) — Inventory items related to the VM keyed by an opaque unique identifier for each inventory item. The identifier is unique to each distinct and addressable inventory item and will change, when there is a new package version.
- (::Google::Protobuf::Map{::String => ::Google::Cloud::OsConfig::V1::Inventory::Item}) — Inventory items related to the VM keyed by an opaque unique identifier for each inventory item. The identifier is unique to each distinct and addressable inventory item and will change, when there is a new package version.
#name
def name() -> ::String
-
(::String) — Output only. The
Inventory
API resource name.Format:
projects/{project_number}/locations/{location}/instances/{instance_id}/inventory
#os_info
def os_info() -> ::Google::Cloud::OsConfig::V1::Inventory::OsInfo
- (::Google::Cloud::OsConfig::V1::Inventory::OsInfo) — Base level operating system information for the VM.
#os_info=
def os_info=(value) -> ::Google::Cloud::OsConfig::V1::Inventory::OsInfo
- value (::Google::Cloud::OsConfig::V1::Inventory::OsInfo) — Base level operating system information for the VM.
- (::Google::Cloud::OsConfig::V1::Inventory::OsInfo) — Base level operating system information for the VM.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of the last reported inventory for the VM.