Sha256: cffc03188f0626758da7153020afbc83a4b09565ae46d73d2e158be11c4cbd61
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 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::CDN::Mgmt::V2017_04_02 module Models # # CIDR Ip address # class CidrIpAddress include MsRestAzure # @return [String] Ip adress itself. attr_accessor :base_ip_address # @return [Integer] The length of the prefix of the ip address. attr_accessor :prefix_length # # Mapper for CidrIpAddress class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'cidrIpAddress', type: { name: 'Composite', class_name: 'CidrIpAddress', model_properties: { base_ip_address: { required: false, serialized_name: 'baseIpAddress', type: { name: 'String' } }, prefix_length: { required: false, serialized_name: 'prefixLength', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_cdn-0.15.1 | lib/2017-04-02/generated/azure_mgmt_cdn/models/cidr_ip_address.rb |
azure_mgmt_cdn-0.15.0 | lib/2017-04-02/generated/azure_mgmt_cdn/models/cidr_ip_address.rb |