Show / Hide Table of Contents

Class PatchingIssueEntry

Patching issue found during an Exadata Fleet Update Readiness Check run.

Inheritance
object
PatchingIssueEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class PatchingIssueEntry

Properties

Description

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

Description of the patching issue.

Remarks

Required

ImpactedResourceId

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

The OCID of the resource impacted by the patching issue.

Remarks

Required

Name

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

Name of the patching issue.

Remarks

Required

RecommendedAction

Declaration
[JsonProperty(PropertyName = "recommendedAction")]
public string RecommendedAction { get; set; }
Property Value
Type Description
string

Recommended action to perform to address or further triage the patching issue.

In this article
Back to top