Sha256: 6f0981e7ecec077b809fe603189fb69d9adaeaa68583fed7ee31335c18f4ccbd
Contents?: true
Size: 1.47 KB
Versions: 34
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::V2015_06_15 module Models # # The ARP table associated with the ExpressRouteCircuit. # class ExpressRouteCircuitArpTable include MsRestAzure # @return [String] The IP address. attr_accessor :ip_address # @return [String] The MAC address. attr_accessor :mac_address # # Mapper for ExpressRouteCircuitArpTable class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteCircuitArpTable', type: { name: 'Composite', class_name: 'ExpressRouteCircuitArpTable', model_properties: { ip_address: { client_side_validation: true, required: false, serialized_name: 'ipAddress', type: { name: 'String' } }, mac_address: { client_side_validation: true, required: false, serialized_name: 'macAddress', type: { name: 'String' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems