openstack.telemetry.v2.alarm_change¶
The AlarmChange Class¶
The AlarmChange
class inherits from Resource
.
-
class
openstack.telemetry.v2.alarm_change.
AlarmChange
(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: - attrs (dict) – The attributes to set when constructing this Resource.
- loaded (bool) –
True
if this Resource exists on the server,False
if it does not.
-
alarm_id
= None¶ The ID of the alarm
-
detail
= None¶ Data describing the change
-
event_id
= None¶ The ID of the change event
-
on_behalf_of_id
= None¶ The project ID on behalf of which the change is being made
-
project_id
= None¶ The project ID of the initiating identity
-
triggered_at
= None¶ The time/date of the alarm change
-
type
= None¶ The type of change
-
user_id
= None¶ The user ID of the initiating identity