Class ApplicablePatchCollection
This object contains a list of the patches that can be installed in a WebLogic domain per WebLogic version and middleware type.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class ApplicablePatchCollectionProperties
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