class Azure::Network::Mgmt::V2019_04_01::Models::ProtocolConfiguration
Configuration of the protocol.
Attributes
httpconfiguration[RW]
@return [HTTPConfiguration] HTTP configuration of the connectivity check.
Public Class Methods
mapper()
click to toggle source
Mapper for ProtocolConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-04-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