Class: Google::Cloud::Filestore::V1::Instance::PerformanceLimits

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

The enforced performance limits, calculated from the instance's performance configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#max_iops::Integer (readonly)

Returns Output only. The max IOPS.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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