GoogleApi.CloudAsset.V1.Model.Item (google_api_cloud_asset v0.22.1) View Source
A single piece of inventory on a VM.
Attributes
-
availablePackage(type:GoogleApi.CloudAsset.V1.Model.SoftwarePackage.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.CloudAsset.V1.Model.SoftwarePackage.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.CloudAsset.V1.Model.Item{
availablePackage: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t() | nil,
createTime: DateTime.t() | nil,
id: String.t() | nil,
installedPackage: GoogleApi.CloudAsset.V1.Model.SoftwarePackage.t() | nil,
originType: String.t() | nil,
type: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.