Inventory class
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.
Constructors
-
Inventory({Map<
String, InventoryItem> ? items, String? name, InventoryOsInfo? osInfo, String? updateTime}) - Inventory.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ Map<
String, InventoryItem> ? -
Inventory items related to the VM keyed by an opaque unique identifier for
each inventory item.
getter/setter pair
- name ↔ String?
-
The
Inventory
API resource name.getter/setter pair - osInfo ↔ InventoryOsInfo?
-
Base level operating system information for the VM.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp of the last reported inventory for the VM.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited