Class: Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-08-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb
Overview
Parameters that define the configuration of traffic analytics.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for TrafficAnalyticsProperties class as Ruby Hash.
Instance Attribute Details
#network_watcher_flow_analytics_configuration ⇒ TrafficAnalyticsConfigurationProperties
16 17 18 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb', line 16 def network_watcher_flow_analytics_configuration @network_watcher_flow_analytics_configuration end |
Class Method Details
.mapper ⇒ Object
Mapper for TrafficAnalyticsProperties class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-08-01/generated/azure_mgmt_network/models/traffic_analytics_properties.rb', line 23 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 |