Sha256: 823346dacd250c0df86a3dc8fbe02f36b868d1a6049e1b9b62fe8c9d2e368e71
Contents?: true
Size: 1.46 KB
Versions: 34
Compression:
Stored size: 1.46 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 # # 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