Sha256: ea961acd9e5bf2c777ad6d33c4f058c788c7541dd7f434ba33b6bffd48d8a8ee
Contents?: true
Size: 1.34 KB
Versions: 26
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_10_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
26 entries across 26 versions & 2 rubygems