GoogleApi.OSConfig.V1.Model.InventoryItem (google_api_os_config v0.25.0)
View SourceA single piece of inventory on a VM.
Attributes
-
availablePackage(type:GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t, default:nil) - Software package available to be installed on the VM instance. -
createTime(type:DateTime.t, default:nil) - When this inventory item was first detected. -
id(type:String.t, default:nil) - Identifier for this item, unique across items for this VM. -
installedPackage(type:GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t, default:nil) - Software package present on the VM instance. -
originType(type:String.t, default:nil) - The origin of this inventory item. -
type(type:String.t, default:nil) - The specific type of inventory, correlating to its specific details. -
updateTime(type:DateTime.t, default:nil) - When this inventory item was last modified.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSConfig.V1.Model.InventoryItem{ availablePackage: GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t() | nil, createTime: DateTime.t() | nil, id: String.t() | nil, installedPackage: GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t() | nil, originType: String.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }