Entity#
- class Entity(entity_type=None, source=None, parents=None, metrics=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
ExternalizableAbstractModel
- Parameters:
entity_type – (
entity_type
) Entity type of the data supported for a given source. For example VM, cluster etc.source – (
source
) Source name for the vendors. For example ‘nutanix’.parents – (
parents
) Parent entity types for the given entity.metrics – (
metrics
) Metrics data for the entity.
- property entity_type#
Entity type of the data supported for a given source. For example VM, cluster etc.
- Type:
str
- property source#
Source name for the vendors. For example ‘nutanix’.
- Type:
str