Class: Azure::Network::Mgmt::V2018_07_01::Models::ProtocolConfiguration
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2018_07_01::Models::ProtocolConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-01/generated/azure_mgmt_network/models/protocol_configuration.rb
Overview
Configuration of the protocol.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ProtocolConfiguration class as Ruby Hash.
Instance Attribute Details
#httpconfiguration ⇒ HTTPConfiguration
16 17 18 |
# File 'lib/2018-07-01/generated/azure_mgmt_network/models/protocol_configuration.rb', line 16 def httpconfiguration @httpconfiguration end |
Class Method Details
.mapper ⇒ Object
Mapper for ProtocolConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-07-01/generated/azure_mgmt_network/models/protocol_configuration.rb', line 23 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 |