Class: Google::Cloud::Filestore::V1::Instance::IOPSPerTB
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::Instance::IOPSPerTB
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).
Instance Attribute Summary collapse
-
#max_iops_per_tb ⇒ ::Integer
Required.
Instance Attribute Details
#max_iops_per_tb ⇒ ::Integer
Returns Required. Maximum IOPS per TiB.
352 353 354 355 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 352 class IOPSPerTB include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |