Sha256: adaac3e3e3d554ec5ace6f9b74a6bfceb6c78db469b2b45ddad07571dd608aa0
Contents?: true
Size: 1.53 KB
Versions: 9
Compression:
Stored size: 1.53 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::Compute::Mgmt::V2019_03_01 module Models # # Contains the IP tag associated with the public IP address. # class VirtualMachineScaleSetIpTag include MsRestAzure # @return [String] IP tag type. Example: FirstPartyUsage. attr_accessor :ip_tag_type # @return [String] IP tag associated with the public IP. Example: SQL, # Storage etc. attr_accessor :tag # # Mapper for VirtualMachineScaleSetIpTag class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetIpTag', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetIpTag', 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
9 entries across 9 versions & 1 rubygems