openstack.cluster.v1.policy

The Policy Class

The Policy class inherits from Resource.

class openstack.cluster.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.