rsd_lib.resources.v2_1.event_service.event_service
Module¶rsd_lib.resources.v2_1.event_service.event_service.
EventService
(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
delivery_retry_attempts
= <sushy.resources.base.Field object>¶This is the number of attempts an event posting is retried before the subscription is terminated
delivery_retry_interval_seconds
= <sushy.resources.base.Field object>¶This represents the number of seconds between retry attempts for sending any given Event
description
= <sushy.resources.base.Field object>¶The description of event service
event_types_for_subscription
= <sushy.resources.base.Field object>¶These are the types of Events that can be subscribed to. Available event types: - StatusChange - The status of this resource has changed - ResourceUpdated - The value of this resource has been updated - ResourceAdded - A resource has been added - ResourceRemoved - A resource has been removed - Alert - A condition exists which requires attention
identity
= <sushy.resources.base.Field object>¶The event service identity
name
= <sushy.resources.base.Field object>¶The event service name
service_enabled
= <sushy.resources.base.Field object>¶Whether the event service is enabled
status
= <rsd_lib.common.StatusField object>¶The event service status
subscriptions
¶Property to provide reference to EventSubscriptionCollection
It is calculated once when it is queried for the first time. On refresh, this property is reset.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.