Sha256: 5eea1c9822a388f5987080a64f0618ce093e792067cb09b6e8dd2ae1eb062885
Contents?: true
Size: 1.53 KB
Versions: 3
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::V2020_06_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
3 entries across 3 versions & 1 rubygems