Sha256: dd77321fe8e413cbc463169d41e87c7063160cda4da64469c84af647f6945b73
Contents?: true
Size: 1.47 KB
Versions: 23
Compression:
Stored size: 1.47 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 IpTag associated with the object # class IpTag include MsRestAzure # @return [String] Gets or sets the ipTag type: Example FirstPartyUsage. attr_accessor :ip_tag_type # @return [String] Gets or sets value of the IpTag associated with the # public IP. Example SQL, Storage etc attr_accessor :tag # # Mapper for IpTag class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IpTag', type: { name: 'Composite', class_name: 'IpTag', model_properties: { ip_tag_type: { client_side_validation: true, required: false, serialized_name: 'ipTagType', type: { name: 'String' } }, tag: { client_side_validation: true, required: false, serialized_name: 'tag', type: { name: 'String' } } } } } end end end end
Version data entries
23 entries across 23 versions & 2 rubygems