Show / Hide Table of Contents

Class PatchNameSelectionDetails

Patch Name Details. If you set the policy rule by selecting this option, provide a specific patch name.

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

Properties

PatchName

Declaration
[Required(ErrorMessage = "PatchName is required.")]
[JsonProperty(PropertyName = "patchName")]
public string PatchName { get; set; }
Property Value
Type Description
string

Patch Name.

Remarks

Required

In this article
Back to top