class Azure::Network::Mgmt::V2015_05_01_preview::Models::ExpressRouteCircuitStats
Contains Stats associated with the peering
Attributes
bytes_in[RW]
@return [Integer] Gets BytesIn of the peering.
bytes_out[RW]
@return [Integer] Gets BytesOut of the peering.
Public Class Methods
mapper()
click to toggle source
Mapper for ExpressRouteCircuitStats class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_network/models/express_route_circuit_stats.rb, line 25 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