Show / Hide Table of Contents

Class PatchLevelSelectionDetails

Patch Level Details. If you set the policy rule by selecting this option and provide the Patch level as Latest, Fleet Application Management calculates the compliance status of the product in the following ways: - Reports the patch process as compliant for the software identified or targets discovered at the Latest and Latest-1 version. - Reports the patch process as noncompliant for the software identified or targets discovered at the Latest-2 version.

Inheritance
object
PatchSelectionDetails
PatchLevelSelectionDetails
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 PatchLevelSelectionDetails : PatchSelectionDetails

Properties

PatchLevel

Declaration
[Required(ErrorMessage = "PatchLevel is required.")]
[JsonProperty(PropertyName = "patchLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchLevelSelectionDetails.PatchLevelEnum? PatchLevel { get; set; }
Property Value
Type Description
PatchLevelSelectionDetails.PatchLevelEnum?

Patch Name.

Remarks

Required

In this article
Back to top