Sha256: 1fe6a0d23983ebf362742148c241c57a427266577887ba733e8638a415289e7e
Contents?: true
Size: 1.18 KB
Versions: 32
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_06_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
32 entries across 32 versions & 2 rubygems