Show / Hide Table of Contents

Class OsPatchSummary

Summary of an available os patch to a cluster.

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

Properties

OsPatchVersion

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

Patch version of the os patch.

Remarks

Required

ReleaseDate

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

The time when the OS patch was released.

Remarks

Required

In this article
Back to top