Class: Google::Cloud::Filestore::V1::Instance::FixedIOPS
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::Instance::FixedIOPS
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
Fixed IOPS (input/output operations per second) parameters.
Instance Attribute Summary collapse
-
#max_iops ⇒ ::Integer
Required.
Instance Attribute Details
#max_iops ⇒ ::Integer
Returns Required. Maximum IOPS.
361 362 363 364 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 361 class FixedIOPS include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |