Filestore V1 API - Class Google::Cloud::Filestore::V1::Instance::PerformanceLimits (v2.1.0)

Reference documentation and code samples for the Filestore V1 API class Google::Cloud::Filestore::V1::Instance::PerformanceLimits.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#max_iops

def max_iops() -> ::Integer
Returns
  • (::Integer) — Output only. The max IOPS.

#max_read_iops

def max_read_iops() -> ::Integer
Returns
  • (::Integer) — Output only. The max read IOPS.

#max_read_throughput_bps

def max_read_throughput_bps() -> ::Integer
Returns
  • (::Integer) — Output only. The max read throughput in bytes per second.

#max_write_iops

def max_write_iops() -> ::Integer
Returns
  • (::Integer) — Output only. The max write IOPS.

#max_write_throughput_bps

def max_write_throughput_bps() -> ::Integer
Returns
  • (::Integer) — Output only. The max write throughput in bytes per second.