Class: Google::Cloud::Filestore::V1::Instance::FixedIOPS

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#max_iops::Integer

Returns Required. Maximum IOPS.

Returns:

  • (::Integer)

    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