Class InstalledPackageSummary
Provides summary information for a software package installed on a managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class InstalledPackageSummary : PackageSummary
Properties
TimeInstalled
Declaration
[Required(ErrorMessage = "TimeInstalled is required.")]
[JsonProperty(PropertyName = "timeInstalled")]
public DateTime? TimeInstalled { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the package was installed, as described in RFC 3339, section 14.29. |
Remarks
Required
TimeIssued
Declaration
[JsonProperty(PropertyName = "timeIssued")]
public DateTime? TimeIssued { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the package was issued by a providing erratum (in RFC 3339 format). |