SetRestartOrderServerCollection¶
-
class
oci.wlms.models.
SetRestartOrderServerCollection
(**kwargs)¶ Bases:
object
This object contains a collection of the servers with updated restart order in a WebLogic domain.
Methods
__init__
(**kwargs)Initializes a new SetRestartOrderServerCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SetRestartOrderServerCollection. -
__init__
(**kwargs)¶ Initializes a new SetRestartOrderServerCollection 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.SetRestartOrderServerSummary]) – The value to assign to the items property of this SetRestartOrderServerCollection.
-
items
¶ [Required] Gets the items of this SetRestartOrderServerCollection. List of servers with updated restart order in a WebLogic Domain.
Returns: The items of this SetRestartOrderServerCollection. Return type: list[oci.wlms.models.SetRestartOrderServerSummary]
-