Sha256: aff204d07ddb85513de34629f5a68af5d1781f63c9056ca8ee13e0601ee321b8
Contents?: true
Size: 1.55 KB
Versions: 24
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_11_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
24 entries across 24 versions & 2 rubygems