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