openstack.telemetry.v2.meter¶
The Meter Class¶
The Meter
class inherits from Resource
.
-
class
openstack.telemetry.v2.meter.
Meter
(attrs=None, loaded=False)¶ Caution
This API is a work in progress and is subject to change.
Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See
Resource.new()
andResource.existing()
.Parameters: -
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
-