Show / Hide Table of Contents

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

Inheritance
object
PatchSelectionDetails
PatchReleaseDateSelectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top