openstack.orchestration.v1.stack_event¶
The StackEvent Class¶
The StackEvent
class inherits from Resource
.
- class openstack.orchestration.v1.stack_event.StackEvent(_synchronized=False, connection=None, **attrs)¶
The base resource
- Parameters:
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of
self._connection
in Resource code should protect itself with a check for None.
- base_path = '/stacks/%(stack_name)s/%(stack_id)s/events'¶
The base part of the URI for this resource.
- resources_key = 'events'¶
Plural form of key for resource.
- allow_create = False¶
Allow create operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_delete = False¶
Allow delete operation for this resource.
- allow_commit = False¶
Allow update operation for this resource.
- event_time¶
The date and time when the event was created
- id¶
The ID of the event object
- links¶
A list of dictionaries containing links relevant to the stack.
- logical_resource_id¶
The ID of the logical stack resource.
- physical_resource_id¶
The ID of the stack physical resource.
- resource_name¶
The name of the resource.
- resource_status¶
The status of the resource.
- resource_status_reason¶
The reason for the current stack resource state.