Sha256: 230b81fb01094d4a6fd3c4bc1bbdf0dff7832a110dfc48f87ebc27a4076421f2
Contents?: true
Size: 1.52 KB
Versions: 11
Compression:
Stored size: 1.52 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::Web::Mgmt::V2016_09_01 module Models # # IP security restriction on an app. # class IpSecurityRestriction include MsRestAzure # @return [String] IP address the security restriction is valid for. attr_accessor :ip_address # @return [String] Subnet mask for the range of IP addresses the # restriction is valid for. attr_accessor :subnet_mask # # Mapper for IpSecurityRestriction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IpSecurityRestriction', type: { name: 'Composite', class_name: 'IpSecurityRestriction', model_properties: { ip_address: { client_side_validation: true, required: true, serialized_name: 'ipAddress', type: { name: 'String' } }, subnet_mask: { client_side_validation: true, required: false, serialized_name: 'subnetMask', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems