WlsDomainCollection¶
-
class
oci.wlms.models.
WlsDomainCollection
(**kwargs)¶ Bases:
object
Result of a WebLogic domain search and contains WlsDomainSummary items.
Methods
__init__
(**kwargs)Initializes a new WlsDomainCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WlsDomainCollection. -
__init__
(**kwargs)¶ Initializes a new WlsDomainCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.wlms.models.WlsDomainSummary]) – The value to assign to the items property of this WlsDomainCollection.
-
items
¶ [Required] Gets the items of this WlsDomainCollection. List of WebLogic domains.
Returns: The items of this WlsDomainCollection. Return type: list[oci.wlms.models.WlsDomainSummary]
-