SetRestartOrderDetails

class oci.wlms.models.SetRestartOrderDetails(**kwargs)

Bases: object

This object contains the server with updated restart order in a WebLogic domain.

Methods

__init__(**kwargs) Initializes a new SetRestartOrderDetails object with values from keyword arguments.

Attributes

servers [Required] Gets the servers of this SetRestartOrderDetails.
__init__(**kwargs)

Initializes a new SetRestartOrderDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:servers (oci.wlms.models.SetRestartOrderServerCollection) – The value to assign to the servers property of this SetRestartOrderDetails.
servers

[Required] Gets the servers of this SetRestartOrderDetails.

Returns:The servers of this SetRestartOrderDetails.
Return type:oci.wlms.models.SetRestartOrderServerCollection