Class: Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Network

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Statistical aggregation of network usage.

Instance Attribute Summary collapse

Instance Attribute Details

#egress_bps::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats

Returns Network egress in B/s.



2854
2855
2856
2857
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2854

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ingress_bps::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats

Returns Network ingress in B/s.



2854
2855
2856
2857
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2854

class Network
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end