Sha256: 176ca1da87caa8a656c00193f3115c318792012562120e057f22c17bace6a484
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_05_01_preview module Models # # Contains Stats associated with the peering # class ExpressRouteCircuitStats include MsRestAzure # @return [Integer] Gets BytesIn of the peering. attr_accessor :bytes_in # @return [Integer] Gets BytesOut of the peering. attr_accessor :bytes_out # # Mapper for ExpressRouteCircuitStats class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteCircuitStats', type: { name: 'Composite', class_name: 'ExpressRouteCircuitStats', model_properties: { bytes_in: { client_side_validation: true, required: false, serialized_name: 'bytesIn', type: { name: 'Number' } }, bytes_out: { client_side_validation: true, required: false, serialized_name: 'bytesOut', type: { name: 'Number' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems