NetworkUtilization class
Target scaling by network usage.
Only applicable in the App Engine flexible environment.
Constructors
- NetworkUtilization({int? targetReceivedBytesPerSecond, int? targetReceivedPacketsPerSecond, int? targetSentBytesPerSecond, int? targetSentPacketsPerSecond})
- NetworkUtilization.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetReceivedBytesPerSecond ↔ int?
-
Target bytes received per second.
getter/setter pair
- targetReceivedPacketsPerSecond ↔ int?
-
Target packets received per second.
getter/setter pair
- targetSentBytesPerSecond ↔ int?
-
Target bytes sent per second.
getter/setter pair
- targetSentPacketsPerSecond ↔ int?
-
Target packets sent per second.
getter/setter pair
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