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.
Inherited Members
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