openstack.telemetry.v2.resource¶
The Resource Class¶
The Resource class inherits from Resource.
-
class
openstack.telemetry.v2.resource.Resource(_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().-
first_sample_at= None¶ UTC date & time not later than the first sample known for this resource.
-
last_sample_at= None¶ UTC date & time not earlier than the last sample known for this resource.
-
links= None¶ A list containing a self link and associated meter links
-
metadata= None¶ Arbitrary metadata associated with the resource
-
project_id= None¶ The ID of the owning project
-
resource_id= None¶ The ID for the resource
-
source= None¶ The name of the source where the resource comes from
-
user_id= None¶ The ID of the user who created the resource or updated it last
-