Class: Google::Cloud::StorageTransfer::V1::AgentPool::BandwidthLimit
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::AgentPool::BandwidthLimit
- 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
-
#limit_mbps ⇒ ::Integer
Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
Instance Attribute Details
#limit_mbps ⇒ ::Integer
Returns 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 |