class Google::Apis::FileV1::IopsPerTb

IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @max_iops_per_tb = args[:max_iops_per_tb] if args.key?(:max_iops_per_tb)
end