Class: Google::Cloud::BareMetalSolution::V2::VRF::QosPolicy

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

Overview

QOS policy parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_gbps::Float

Returns The bandwidth permitted by the QOS policy, in gbps.

Returns:

  • (::Float)

    The bandwidth permitted by the QOS policy, in gbps.



166
167
168
169
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 166

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