Show / Hide Table of Contents

Class DblmPatchManagement

Description of PatchManagement.

Inheritance
object
DblmPatchManagement
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 DblmPatchManagement

Properties

CompartmentId

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

Compartment Identifier

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

ImagesPatchRecommendationSummary

Declaration
[JsonProperty(PropertyName = "imagesPatchRecommendationSummary")]
public object ImagesPatchRecommendationSummary { get; set; }
Property Value
Type Description
object

Summary of image patches recommended to install.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DblmPatchManagement.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
DblmPatchManagement.LifecycleStateEnum?

The current state of the feature.

Message

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

A message describing the status of the feature's state

PatchOperationsSummary

Declaration
[JsonProperty(PropertyName = "patchOperationsSummary")]
public object PatchOperationsSummary { get; set; }
Property Value
Type Description
object

Summary of patch operations.

Resources

Declaration
[JsonProperty(PropertyName = "resources")]
public List<ResourceInfo> Resources { get; set; }
Property Value
Type Description
List<ResourceInfo>

resources objects

ResourcesPatchComplianceSummary

Declaration
[JsonProperty(PropertyName = "resourcesPatchComplianceSummary")]
public object ResourcesPatchComplianceSummary { get; set; }
Property Value
Type Description
object

Summary of image patches to be compliant to install.

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}}

TimeEnabled

Declaration
[JsonProperty(PropertyName = "timeEnabled")]
public DateTime? TimeEnabled { get; set; }
Property Value
Type Description
DateTime?

The time the Vulnerability was enabled. An RFC3339 formatted datetime string.

In this article
Back to top