Tier class

A Google Cloud SQL service tier resource.

Constructors

Tier({String? DiskQuota, String? RAM, String? kind, List<String>? region, String? tier})
Tier.fromJson(Map _json)

Properties

DiskQuota String?
The maximum disk size of this tier in bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
This is always sql#tier.
getter/setter pair
RAM String?
The maximum RAM usage of this tier in bytes.
getter/setter pair
region List<String>?
The applicable regions for this tier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tier String?
An identifier for the machine type, for example, db-custom-1-3840.
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