Show / Hide Table of Contents

Class PatchComplianceDetails

Patch Compliance Status

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

Properties

PatchComplianceStatus

Declaration
[JsonProperty(PropertyName = "patchComplianceStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchComplianceDetails.PatchComplianceStatusEnum? PatchComplianceStatus { get; set; }
Property Value
Type Description
PatchComplianceDetails.PatchComplianceStatusEnum?

Patch compliance status.

PatchComplianceVersion

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

Resource patch compliance version name.

In this article
Back to top