class Azure::Network::Mgmt::V2020_05_01::Models::TrafficAnalyticsProperties

Parameters that define the configuration of traffic analytics.

Attributes

network_watcher_flow_analytics_configuration[RW]

@return [TrafficAnalyticsConfigurationProperties] Parameters that define the configuration of traffic analytics.

Public Class Methods

mapper() click to toggle source

Mapper for TrafficAnalyticsProperties class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-05-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'TrafficAnalyticsProperties',
    type: {
      name: 'Composite',
      class_name: 'TrafficAnalyticsProperties',
      model_properties: {
        network_watcher_flow_analytics_configuration: {
          client_side_validation: true,
          required: false,
          serialized_name: 'networkWatcherFlowAnalyticsConfiguration',
          type: {
            name: 'Composite',
            class_name: 'TrafficAnalyticsConfigurationProperties'
          }
        }
      }
    }
  }
end