class Azure::Network::Mgmt::V2020_07_01::Models::TroubleshootingRecommendedActions
Recommended actions based on discovered issues.
Attributes
action_id[RW]
@return [String] ID of the recommended action.
action_text[RW]
@return [String] Description of recommended actions.
action_uri[RW]
@return [String] The uri linking to a documentation for the recommended troubleshooting actions.
action_uri_text[RW]
@return [String] The information from the URI for the recommended troubleshooting actions.
Public Class Methods
mapper()
click to toggle source
Mapper for TroubleshootingRecommendedActions
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-07-01/generated/azure_mgmt_network/models/troubleshooting_recommended_actions.rb, line 34 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TroubleshootingRecommendedActions', type: { name: 'Composite', class_name: 'TroubleshootingRecommendedActions', model_properties: { action_id: { client_side_validation: true, required: false, serialized_name: 'actionId', type: { name: 'String' } }, action_text: { client_side_validation: true, required: false, serialized_name: 'actionText', type: { name: 'String' } }, action_uri: { client_side_validation: true, required: false, serialized_name: 'actionUri', type: { name: 'String' } }, action_uri_text: { client_side_validation: true, required: false, serialized_name: 'actionUriText', type: { name: 'String' } } } } } end