AlertEntityReference#

class AlertEntityReference(type=None, name=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#

Bases: ExternalizableAbstractModel

Parameters:
  • type – (type) The type of entity. For example, VM, node, cluster and so on.

  • name – (name) The name of the entity.

property name#

The name of the entity.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property type#

The type of entity. For example, VM, node, cluster and so on.

Type:

str