Sha256: a1908de6dcce470799ec223101c5ff6ae705740ea93133b9ef4b740aab1238da

Contents?: true

Size: 1.7 KB

Versions: 2

Compression:

Stored size: 1.7 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_08_01
  module Models
    #
    # Network configuration diagnostic result corresponded to provided traffic
    # query.
    #
    class NetworkConfigurationDiagnosticResult

      include MsRestAzure

      # @return [TrafficQuery]
      attr_accessor :traffic_query

      # @return [NetworkSecurityGroupResult]
      attr_accessor :network_security_group_result


      #
      # Mapper for NetworkConfigurationDiagnosticResult class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'NetworkConfigurationDiagnosticResult',
          type: {
            name: 'Composite',
            class_name: 'NetworkConfigurationDiagnosticResult',
            model_properties: {
              traffic_query: {
                client_side_validation: true,
                required: false,
                serialized_name: 'trafficQuery',
                type: {
                  name: 'Composite',
                  class_name: 'TrafficQuery'
                }
              },
              network_security_group_result: {
                client_side_validation: true,
                required: false,
                serialized_name: 'networkSecurityGroupResult',
                type: {
                  name: 'Composite',
                  class_name: 'NetworkSecurityGroupResult'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_network-0.17.4 lib/2018-08-01/generated/azure_mgmt_network/models/network_configuration_diagnostic_result.rb
azure_mgmt_network-0.17.3 lib/2018-08-01/generated/azure_mgmt_network/models/network_configuration_diagnostic_result.rb