Show / Hide Table of Contents

Class PatchDetail

My Oracle Support(MoS) patch details for the Java release.

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

Properties

DisplayName

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

Commonly used name for the MoS release.

Remarks

Required

PatchUrl

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

MoS URL to access the artifacts for the Java release.

Remarks

Required

In this article
Back to top