PlacementPolicyStatus#
- class PlacementPolicyStatus(ext_id=None, compliance_status=None, enforcement_mode=None, policy_clusters=None, enforced_clusters=None, conflicting_policies=None, *args, **kwargs)[source]#
Bases:
object
Status of an image placement policy.
- Parameters:
ext_id (required) – (
ext_id
)compliance_status (required) – (
compliance_status
)enforcement_mode (required) – (
enforcement_mode
)policy_clusters – (
policy_clusters
) Clusters details of the image location for the enforced placement policy.enforced_clusters – (
enforced_clusters
) Clusters for the enforced placement policy.conflicting_policies – (
conflicting_policies
) Placement policies that conflict with the current one.
- property compliance_status#
- Type:
- property conflicting_policies#
Placement policies that conflict with the current one.
- Type:
list[
PlacementPolicyReference
]
- property enforced_clusters#
Clusters for the enforced placement policy.
- Type:
list[
ClusterReference
]
- property enforcement_mode#
- Type:
- property ext_id#
- Type:
str
- property policy_clusters#
Clusters details of the image location for the enforced placement policy.
- Type:
list[
ClusterReference
]