HostedEntitySummary¶
-
class
oci.opsi.models.
HostedEntitySummary
(**kwargs)¶ Bases:
object
Information about a hosted entity which includes identifier, name, and type.
Methods
__init__
(**kwargs)Initializes a new HostedEntitySummary object with values from keyword arguments. Attributes
entity_identifier
[Required] Gets the entity_identifier of this HostedEntitySummary. entity_name
[Required] Gets the entity_name of this HostedEntitySummary. entity_type
[Required] Gets the entity_type of this HostedEntitySummary. -
__init__
(**kwargs)¶ Initializes a new HostedEntitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - entity_identifier (str) – The value to assign to the entity_identifier property of this HostedEntitySummary.
- entity_name (str) – The value to assign to the entity_name property of this HostedEntitySummary.
- entity_type (str) – The value to assign to the entity_type property of this HostedEntitySummary.
-
entity_identifier
¶ [Required] Gets the entity_identifier of this HostedEntitySummary. The identifier of the entity.
Returns: The entity_identifier of this HostedEntitySummary. Return type: str
-
entity_name
¶ [Required] Gets the entity_name of this HostedEntitySummary. The entity name.
Returns: The entity_name of this HostedEntitySummary. Return type: str
-
entity_type
¶ [Required] Gets the entity_type of this HostedEntitySummary. The entity type.
Returns: The entity_type of this HostedEntitySummary. Return type: str
-