openstack.cluster.v1.receiver¶
The Reciever Class¶
The Reciever
class inherits from Resource
.
-
class
openstack.cluster.v1.receiver.
Receiver
(attrs=None, loaded=False)¶ 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.
-
name
= None¶ The name of the receiver.
-
type
= None¶ The type of the receiver.
-
user_id
= None¶ The ID of the user who created the receiver, thus the owner of it.
-
project_id
= None¶ The ID of the project this receiver belongs to.
-
domain_id
= None¶ The domain ID of the receiver.
-
cluster_id
= None¶ The ID of the targeted cluster.
-
action
= None¶ The name of the targeted action.
-
created_at
= None¶ Timestamp of when the receiver was created.
-
updated_at
= None¶ Timestamp of when the receiver was last updated.
-
actor
= None¶ The credential of the impersonated user.
-
params
= None¶ A dictionary containing key-value pairs that are provided to the targeted action.
-
channel
= None¶ The information about the channel through which you can trigger the receiver hence the associated action.