openstack.cluster.v1.cluster_policy¶
The ClusterPolicy Class¶
The ClusterPolicy
class inherits from
Resource
.
-
class
openstack.cluster.v1.cluster_policy.
ClusterPolicy
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
policy_id
= None¶ ID of the policy object.
-
policy_name
= None¶ Name of the policy object.
-
cluster_id
= None¶ ID of the cluster object.
-
cluster_name
= None¶ Name of the cluster object.
-
policy_type
= None¶ Type string of the policy.
-
is_enabled
= None¶ Whether the policy is enabled on the cluster. Type: bool
-
data
= None¶ Data associated with the cluster-policy binding.
-