openstack.telemetry.v2.meter¶
The Meter Class¶
The Meter class inherits from Resource.
-
class
openstack.telemetry.v2.meter.Meter(_synchronized=False, **attrs)¶ Caution
This API is a work in progress and is subject to change.
The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()andexisting().-
meter_id= None¶ The ID of the meter
-
name= None¶ The unique name for the meter
-
project_id= None¶ The ID of the project that owns the resource
-
resource_id= None¶ The ID of the resource for which the measurements are taken
-
source= None¶ The name of the source where the meter comes from
-
type= None¶ The meter type
-
unit= None¶ The unit of measure
-
user_id= None¶ The ID of the user who last triggered an update to the resource
-