Sha256: ce559080ffe5e1c03457c821263059e9fa0c4d8a8dadf13d4f78c6934a61c7a4
Contents?: true
Size: 1.47 KB
Versions: 26
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_10_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
26 entries across 26 versions & 2 rubygems