class Azure::Network::Mgmt::V2015_06_15::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.
Private Class Methods
mapper()
click to toggle source
Mapper for ExpressRouteCircuitStats
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-06-15/generated/azure_mgmt_network/models/express_route_circuit_stats.rb, line 26 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