class Azure::Network::Mgmt::V2016_09_01::Models::ApplicationGatewaySslPolicy
Application gateway SSL policy.
Attributes
disabled_ssl_protocols[RW]
@return [Array<ApplicationGatewaySslProtocol>] SSL protocols to be disabled on application gateway. Possible values are: 'TLSv1_0', 'TLSv1_1', and 'TLSv1_2'.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationGatewaySslPolicy
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-09-01/generated/azure_mgmt_network/models/application_gateway_ssl_policy.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewaySslPolicy', type: { name: 'Composite', class_name: 'ApplicationGatewaySslPolicy', model_properties: { disabled_ssl_protocols: { client_side_validation: true, required: false, serialized_name: 'disabledSslProtocols', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewaySslProtocolElementType', type: { name: 'String' } } } } } } } end