The AlarmChange
class inherits from Resource
.
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()
and
Resource.existing()
.
Parameters: |
|
---|
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
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.