Sha256: 39471d9b284a43cb5b26f570aa582152f407703e0b8e1c6128bf2f5ba7f58d8e
Contents?: true
Size: 1.55 KB
Versions: 29
Compression:
Stored size: 1.55 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 # # Collection of SecurityProviders. # class VirtualWanSecurityProviders include MsRestAzure # @return [Array<VirtualWanSecurityProvider>] attr_accessor :supported_providers # # Mapper for VirtualWanSecurityProviders class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualWanSecurityProviders', type: { name: 'Composite', class_name: 'VirtualWanSecurityProviders', model_properties: { supported_providers: { client_side_validation: true, required: false, serialized_name: 'supportedProviders', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VirtualWanSecurityProviderElementType', type: { name: 'Composite', class_name: 'VirtualWanSecurityProvider' } } } } } } } end end end end
Version data entries
29 entries across 29 versions & 2 rubygems