Class: Google::Cloud::MigrationCenter::V1::NetworkUsageSample

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

Overview

Network usage sample. Values are across all network interfaces.

Instance Attribute Summary collapse

Instance Attribute Details

#average_egress_bps::Float

Returns Average network egress in B/s sampled over a short window. Must be non-negative.

Returns:

  • (::Float)

    Average network egress in B/s sampled over a short window. Must be non-negative.



2744
2745
2746
2747
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2744

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

#average_ingress_bps::Float

Returns Average network ingress in B/s sampled over a short window. Must be non-negative.

Returns:

  • (::Float)

    Average network ingress in B/s sampled over a short window. Must be non-negative.



2744
2745
2746
2747
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2744

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