Class PatchReleaseDateSelectionDetails
Days since patch release date details. If you set the policy rule by selecting this option and entering the number of days since release, Fleet Application Management calculates the number of days passed after the release date and reports the product as noncompliant if the days exceed the number provided in Days since release
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PatchReleaseDateSelectionDetails : PatchSelectionDetails
Properties
DaysSinceRelease
Declaration
[Required(ErrorMessage = "DaysSinceRelease is required.")]
[JsonProperty(PropertyName = "daysSinceRelease")]
public int? DaysSinceRelease { get; set; }
Property Value
Type | Description |
---|---|
int? | Days passed since patch release. |
Remarks
Required