Sha256: 738c49eb16c96a9300921404a7551aa3035f6ccd734bc0fc6bd296356d559bad
Contents?: true
Size: 1.18 KB
Versions: 24
Compression:
Stored size: 1.18 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 # # Configuration of the protocol. # class ProtocolConfiguration include MsRestAzure # @return [HTTPConfiguration] attr_accessor :httpconfiguration # # Mapper for ProtocolConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProtocolConfiguration', type: { name: 'Composite', class_name: 'ProtocolConfiguration', model_properties: { httpconfiguration: { client_side_validation: true, required: false, serialized_name: 'HTTPConfiguration', type: { name: 'Composite', class_name: 'HTTPConfiguration' } } } } } end end end end
Version data entries
24 entries across 24 versions & 2 rubygems