Class: Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Network
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Network
- 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
-
#egress_bps ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
Network egress in B/s.
-
#ingress_bps ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
Network ingress in B/s.
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 |