ProvisioningQuota class

A provisioning quota for a given project.

Constructors

ProvisioningQuota({String? assetType, int? availableCount, String? gcpService, InstanceQuota? instanceQuota, String? location, String? name, String? networkBandwidth, String? serverCount, String? storageGib})
ProvisioningQuota.fromJson(Map json_)

Properties

assetType String?
The asset type of this provisioning quota. Possible string values are:
getter/setter pair
availableCount int?
The available count of the provisioning quota.
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
instanceQuota InstanceQuota?
Instance quota.
getter/setter pair
location String?
The specific location of the provisioining quota.
getter/setter pair
name String?
The name of the provisioning quota.
getter/setter pair
networkBandwidth String?
Network bandwidth, Gbps
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCount String?
Server count.
getter/setter pair
storageGib String?
Storage size (GB).
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