Class Quota (0.2.0)

Quota(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents quota for Edge Container resources.

Attributes

NameDescription
metric str
Name of the quota metric.
limit float
Quota limit for this metric.
usage float
Current usage of this metric.

Inheritance

builtins.object > proto.message.Message > Quota