TroubleshootingDetails Class
Information gained from troubleshooting of specified resource.
- Inheritance
-
TroubleshootingDetails
Constructor
TroubleshootingDetails(*, id: typing.Union[str, NoneType] = None, reason_type: typing.Union[str, NoneType] = None, summary: typing.Union[str, NoneType] = None, detail: typing.Union[str, NoneType] = None, recommended_actions: typing.Union[typing.List[_ForwardRef('TroubleshootingRecommendedActions')], NoneType] = None, **kwargs)
Parameters
- id
- str
The id of the get troubleshoot operation.
- reason_type
- str
Reason type of failure.
- summary
- str
A summary of troubleshooting.
- detail
- str
Details on troubleshooting results.
- recommended_actions
- list[TroubleshootingRecommendedActions]
List of recommended actions.
Feedback
Submit and view feedback for