StatusDetail¶
-
class
oci.operator_access_control.models.StatusDetail(**kwargs)¶ Bases:
objectDetail of execution.
Methods
__init__(**kwargs)Initializes a new StatusDetail object with values from keyword arguments. Attributes
command_nameGets the command_name of this StatusDetail. statusGets the status of this StatusDetail. status_idGets the status_id of this StatusDetail. time_of_validationGets the time_of_validation of this StatusDetail. -
__init__(**kwargs)¶ Initializes a new StatusDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status_id (int) – The value to assign to the status_id property of this StatusDetail.
- command_name (str) – The value to assign to the command_name property of this StatusDetail.
- status (str) – The value to assign to the status property of this StatusDetail.
- time_of_validation (datetime) – The value to assign to the time_of_validation property of this StatusDetail.
-
command_name¶ Gets the command_name of this StatusDetail. Name of the process or command executed.
Returns: The command_name of this StatusDetail. Return type: str
-
status¶ Gets the status of this StatusDetail. Status of the process or command executed Success or Failure.
Returns: The status of this StatusDetail. Return type: str
-
status_id¶ Gets the status_id of this StatusDetail. running unique number of the command executed
Returns: The status_id of this StatusDetail. Return type: int
-