SetRestartOrderServerSummary¶
-
class
oci.wlms.models.
SetRestartOrderServerSummary
(**kwargs)¶ Bases:
object
This object contains the server with updated restart order in a WebLogic domain.
Methods
__init__
(**kwargs)Initializes a new SetRestartOrderServerSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this SetRestartOrderServerSummary. restart_order
[Required] Gets the restart_order of this SetRestartOrderServerSummary. -
__init__
(**kwargs)¶ Initializes a new SetRestartOrderServerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this SetRestartOrderServerSummary.
- restart_order (int) – The value to assign to the restart_order property of this SetRestartOrderServerSummary.
-
name
¶ [Required] Gets the name of this SetRestartOrderServerSummary. The name of the server.
Returns: The name of this SetRestartOrderServerSummary. Return type: str
-
restart_order
¶ [Required] Gets the restart_order of this SetRestartOrderServerSummary. The restart order number of the server.
Returns: The restart_order of this SetRestartOrderServerSummary. Return type: int
-