Class PatchingIssueEntry
Patching issue found during an Exadata Fleet Update Readiness Check run.
Inherited Members
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. |