InstanceQuota class

A resource budget.

Constructors

InstanceQuota({int? availableMachineCount, String? gcpService, String? instanceType, String? location, String? name})
InstanceQuota.fromJson(Map json_)

Properties

availableMachineCount int?
Number of machines than can be created for the given location and instance_type.
getter/setter pair
gcpService String?
The gcp service of the provisioning quota.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceType String?
Instance type.
getter/setter pair
location String?
Location where the quota applies.
getter/setter pair
name String?
The name of the instance quota.
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