GoogleApi.OSConfig.V1.Model.InventoryItem (google_api_os_config v0.9.0) View Source
A 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.InventoryItem{
availablePackage: GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t(),
createTime: DateTime.t(),
id: String.t(),
installedPackage: GoogleApi.OSConfig.V1.Model.InventorySoftwarePackage.t(),
originType: String.t(),
type: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.