Sha256: 84d02b155192ef0aab7e3630f72279637d7d1927f6099e7a9b72d14484e54567
Contents?: true
Size: 1.72 KB
Versions: 23
Compression:
Stored size: 1.72 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_12_01 module Models # # Contains the DDoS protection settings of the public IP. # class DdosSettings include MsRestAzure # @return [SubResource] The DDoS custom policy associated with the public # IP. attr_accessor :ddos_custom_policy # @return [Enum] The DDoS protection policy customizability of the public # IP. Only standard coverage will have the ability to be customized. # Possible values include: 'Basic', 'Standard' attr_accessor :protection_coverage # # Mapper for DdosSettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DdosSettings', type: { name: 'Composite', class_name: 'DdosSettings', model_properties: { ddos_custom_policy: { client_side_validation: true, required: false, serialized_name: 'ddosCustomPolicy', type: { name: 'Composite', class_name: 'SubResource' } }, protection_coverage: { client_side_validation: true, required: false, serialized_name: 'protectionCoverage', type: { name: 'String' } } } } } end end end end
Version data entries
23 entries across 23 versions & 2 rubygems