Class WlsDomainCollection
Result of a WebLogic domain search and contains WlsDomainSummary items.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class WlsDomainCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<WlsDomainSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<WlsDomainSummary> | List of WebLogic domains. |
Remarks
Required