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