openstack.baremetal.v1.inspection_rules¶
The InspectionRule Class¶
The InspectionRule
class inherits
from Resource
.
- class openstack.baremetal.v1.inspection_rules.InspectionRule(_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.
- resources_key = 'inspection_rules'¶
Plural form of key for resource.
- base_path = '/inspection_rules'¶
The base part of the URI for this resource.
- allow_create = True¶
Allow create operation for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- allow_commit = True¶
Allow update operation for this resource.
- allow_delete = True¶
Allow delete operation for this resource.
- allow_list = True¶
Allow list operation for this resource.
- allow_patch = True¶
Allow patch operation for this resource.
- commit_method = 'PATCH'¶
Method for committing a resource (PUT, PATCH, POST)
- commit_jsonpatch = True¶
Whether commit uses JSON patch format.
- actions¶
The actions to be executed when the rule conditions are met.
- description¶
A brief explanation about the inspection rule.
- conditions¶
The conditions under which the rule should be triggered.
- created_at¶
Timestamp at which the resource was created.
- links¶
A list of relative links. Includes the self and bookmark links.
- phase¶
Specifies the phase when the rule should run, defaults to ‘main’.
- priority¶
Specifies the rule’s precedence level during execution.
- sensitive¶
Indicates whether the rule contains sensitive information.
- updated_at¶
Timestamp at which the resource was last updated.
- id¶
The UUID of the resource.