Sha256: b7fd7eb3c9365208a1fc0d0e0c2d918bee93925e6aba19d34e430fe799b47d41
Contents?: true
Size: 1.98 KB
Versions: 2
Compression:
Stored size: 1.98 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::V2017_09_01 module Models # # Contains stats associated with the peering. # class ExpressRouteCircuitStats include MsRestAzure # @return [Integer] Gets BytesIn of the peering. attr_accessor :primarybytes_in # @return [Integer] Gets BytesOut of the peering. attr_accessor :primarybytes_out # @return [Integer] Gets BytesIn of the peering. attr_accessor :secondarybytes_in # @return [Integer] Gets BytesOut of the peering. attr_accessor :secondarybytes_out # # Mapper for ExpressRouteCircuitStats class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ExpressRouteCircuitStats', type: { name: 'Composite', class_name: 'ExpressRouteCircuitStats', model_properties: { primarybytes_in: { required: false, serialized_name: 'primarybytesIn', type: { name: 'Number' } }, primarybytes_out: { required: false, serialized_name: 'primarybytesOut', type: { name: 'Number' } }, secondarybytes_in: { required: false, serialized_name: 'secondarybytesIn', type: { name: 'Number' } }, secondarybytes_out: { required: false, serialized_name: 'secondarybytesOut', type: { name: 'Number' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems