Class PatchNameSelectionDetails
Patch Name Details. If you set the policy rule by selecting this option, provide a specific patch name.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PatchNameSelectionDetails : PatchSelectionDetailsProperties
PatchName
Declaration
[Required(ErrorMessage = "PatchName is required.")]
[JsonProperty(PropertyName = "patchName")]
public string PatchName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Patch Name. | 
Remarks
Required