Class: Google::Cloud::Filestore::V1::Instance::PerformanceLimits
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::Instance::PerformanceLimits
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
The enforced performance limits, calculated from the instance's performance configuration.
Instance Attribute Summary collapse
-
#max_iops ⇒ ::Integer
readonly
Output only.
-
#max_read_iops ⇒ ::Integer
readonly
Output only.
-
#max_read_throughput_bps ⇒ ::Integer
readonly
Output only.
-
#max_write_iops ⇒ ::Integer
readonly
Output only.
-
#max_write_throughput_bps ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#max_iops ⇒ ::Integer (readonly)
Returns Output only. The max IOPS.
423 424 425 426 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 423 class PerformanceLimits include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_read_iops ⇒ ::Integer (readonly)
Returns Output only. The max read IOPS.
423 424 425 426 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 423 class PerformanceLimits include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_read_throughput_bps ⇒ ::Integer (readonly)
Returns Output only. The max read throughput in bytes per second.
423 424 425 426 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 423 class PerformanceLimits include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_write_iops ⇒ ::Integer (readonly)
Returns Output only. The max write IOPS.
423 424 425 426 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 423 class PerformanceLimits include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_write_throughput_bps ⇒ ::Integer (readonly)
Returns Output only. The max write throughput in bytes per second.
423 424 425 426 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 423 class PerformanceLimits include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |