Class: Google::Cloud::StorageTransfer::V1::AgentPool::BandwidthLimit

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

Overview

Specifies a bandwidth limit for an agent pool.

Instance Attribute Summary collapse

Instance Attribute Details

#limit_mbps::Integer

Returns Bandwidth rate in megabytes per second, distributed across all the agents in the pool.

Returns:

  • (::Integer)

    Bandwidth rate in megabytes per second, distributed across all the agents in the pool.



559
560
561
562
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 559

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