class Google::Apis::FileV1::PerformanceConfig
or downwards accordingly (respectively).
increased or decreased, its performance will be automatically adjusted upwards
instances will be linearly set to more IOPS. If the instance’s capacity is
described in cloud.google.com/filestore/docs/performance. Larger
PerformanceConfig, automatically provision the default performance settings as
Used for setting the performance configuration. If the user doesn’t specify
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @fixed_iops = args[:fixed_iops] if args.key?(:fixed_iops) @iops_per_tb = args[:iops_per_tb] if args.key?(:iops_per_tb) end