Class InstalledPatchCollection
This object contains a list of the patches installed in a server of a WebLogic domain.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class InstalledPatchCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InstalledPatchSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<InstalledPatchSummary> | List of installed patches per server |
Remarks
Required