The Policy
class inherits from Resource
.
openstack.clustering.v1.policy.
Policy
(_synchronized=False, **attrs)¶The base resource
Parameters: | _synchronized (bool) – This is not intended to be used directly.
See new() and
existing() . |
---|
name
= None¶The name of the policy.
type
= None¶The type name of the policy.
project_id
= None¶The ID of the project this policy belongs to.
user_id
= None¶The ID of the user who created this policy.
created_at
= None¶The timestamp when the policy is created.
updated_at
= None¶The timestamp when the policy was last updated.
spec
= None¶The specification of the policy.
data
= None¶A dictionary containing runtime data of the policy.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.