PerformanceConfig class
Used for setting the performance configuration.
If the user doesn't specify PerformanceConfig, automatically provision the default performance settings as described in https://cloud.google.com/filestore/docs/performance. Larger instances will be linearly set to more IOPS. If the instance's capacity is increased or decreased, its performance will be automatically adjusted upwards or downwards accordingly (respectively).
Constructors
- PerformanceConfig.new({FixedIOPS? fixedIops, IOPSPerTB? iopsPerTb})
- PerformanceConfig.fromJson(Map json_)
Properties
- fixedIops ↔ FixedIOPS?
-
Choose a fixed provisioned IOPS value for the instance, which will remain
constant regardless of instance capacity.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iopsPerTb ↔ IOPSPerTB?
-
Provision IOPS dynamically based on the capacity of the instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited