Compliance#

class Compliance(cluster_ext_id=None, type=None, services=None, is_multicluster=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: BaseClusterInfo

Response object containing cluster and associated compliance details.

Parameters:
  • cluster_ext_id – (cluster_ext_id) Attribute for capturing cluster uuid.

  • type – (type)

  • services – (services) Attribute for capturing a collection of service details.

property cluster_ext_id#

Attribute for capturing cluster uuid.

Type:

str

property services#

Attribute for capturing a collection of service details.

Type:

list[ Service ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

ClusterType