Sha256: 8eccbf873dc3385cd7f0147f98fbfb87f6da39c446ae64507f64835f00f1dd00

Contents?: true

Size: 1.34 KB

Versions: 32

Compression:

Stored size: 1.34 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Network::Mgmt::V2018_06_01
  module Models
    #
    # Parameters that define the configuration of traffic analytics.
    #
    class TrafficAnalyticsProperties

      include MsRestAzure

      # @return [TrafficAnalyticsConfigurationProperties]
      attr_accessor :network_watcher_flow_analytics_configuration


      #
      # Mapper for TrafficAnalyticsProperties class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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: true,
                serialized_name: 'networkWatcherFlowAnalyticsConfiguration',
                type: {
                  name: 'Composite',
                  class_name: 'TrafficAnalyticsConfigurationProperties'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
azure_mgmt_network-0.18.6 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.5 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.4 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.3 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.2 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.1 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.18.0 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.17.4 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.17.3 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.17.2 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.17.1 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
azure_mgmt_network-0.17.0 lib/2018-06-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb