UpdateProblemStatusDetails¶
-
class
oci.cloud_guard.models.
UpdateProblemStatusDetails
(**kwargs)¶ Bases:
object
The additional details to be updated for the problem.
Attributes
STATUS_DELETED
A constant which can be used with the status property of a UpdateProblemStatusDetails. STATUS_DISMISSED
A constant which can be used with the status property of a UpdateProblemStatusDetails. STATUS_OPEN
A constant which can be used with the status property of a UpdateProblemStatusDetails. STATUS_RESOLVED
A constant which can be used with the status property of a UpdateProblemStatusDetails. comment
Gets the comment of this UpdateProblemStatusDetails. status
[Required] Gets the status of this UpdateProblemStatusDetails. Methods
__init__
(**kwargs)Initializes a new UpdateProblemStatusDetails object with values from keyword arguments. -
STATUS_DELETED
= 'DELETED'¶ A constant which can be used with the status property of a UpdateProblemStatusDetails. This constant has a value of “DELETED”
-
STATUS_DISMISSED
= 'DISMISSED'¶ A constant which can be used with the status property of a UpdateProblemStatusDetails. This constant has a value of “DISMISSED”
-
STATUS_OPEN
= 'OPEN'¶ A constant which can be used with the status property of a UpdateProblemStatusDetails. This constant has a value of “OPEN”
-
STATUS_RESOLVED
= 'RESOLVED'¶ A constant which can be used with the status property of a UpdateProblemStatusDetails. This constant has a value of “RESOLVED”
-
__init__
(**kwargs)¶ Initializes a new UpdateProblemStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this UpdateProblemStatusDetails. Allowed values for this property are: “OPEN”, “RESOLVED”, “DISMISSED”, “DELETED”
- comment (str) – The value to assign to the comment property of this UpdateProblemStatusDetails.
-
comment
¶ Gets the comment of this UpdateProblemStatusDetails. User comments
Returns: The comment of this UpdateProblemStatusDetails. Return type: str
-
status
¶ [Required] Gets the status of this UpdateProblemStatusDetails. Action taken by user
Allowed values for this property are: “OPEN”, “RESOLVED”, “DISMISSED”, “DELETED”
Returns: The status of this UpdateProblemStatusDetails. Return type: str
-