Show / Hide Table of Contents

Class ApplicablePatchCollection

This object contains a list of the patches that can be installed in a WebLogic domain per WebLogic version and middleware type.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ApplicablePatchSummary> Items { get; set; }
Property Value
Type Description
List<ApplicablePatchSummary>

List of patches per WebLogic version and middleware type.

Remarks

Required

In this article
Back to top