Sha256: 73a42d82229b3022ff5cc3a2c72d13dd579a63bef89e788f6524e375f1ed4e31

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 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::ServiceBus::Mgmt::V2018_01_01_preview
  module Models
    #
    # The response from the List namespace operation.
    #
    class NWRuleSetVirtualNetworkRules

      include MsRestAzure

      # @return [Subnet] Subnet properties
      attr_accessor :subnet

      # @return [Boolean] Value that indicates whether to ignore missing Vnet
      # Service Endpoint
      attr_accessor :ignore_missing_vnet_service_endpoint


      #
      # Mapper for NWRuleSetVirtualNetworkRules class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'NWRuleSetVirtualNetworkRules',
          type: {
            name: 'Composite',
            class_name: 'NWRuleSetVirtualNetworkRules',
            model_properties: {
              subnet: {
                client_side_validation: true,
                required: false,
                serialized_name: 'subnet',
                type: {
                  name: 'Composite',
                  class_name: 'Subnet'
                }
              },
              ignore_missing_vnet_service_endpoint: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ignoreMissingVnetServiceEndpoint',
                type: {
                  name: 'Boolean'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_service_bus-0.17.4 lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_virtual_network_rules.rb
azure_mgmt_service_bus-0.17.3 lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_virtual_network_rules.rb