EmInstancesDetails¶
-
class
oci.em_warehouse.models.
EmInstancesDetails
(**kwargs)¶ Bases:
object
Results of a emWarehouse search. Contains boh EmWarehouseSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new EmInstancesDetails object with values from keyword arguments. Attributes
em_discoverer_url
Gets the em_discoverer_url of this EmInstancesDetails. em_host
Gets the em_host of this EmInstancesDetails. em_id
[Required] Gets the em_id of this EmInstancesDetails. targets_count
Gets the targets_count of this EmInstancesDetails. -
__init__
(**kwargs)¶ Initializes a new EmInstancesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - em_id (str) – The value to assign to the em_id property of this EmInstancesDetails.
- targets_count (int) – The value to assign to the targets_count property of this EmInstancesDetails.
- em_host (str) – The value to assign to the em_host property of this EmInstancesDetails.
- em_discoverer_url (str) – The value to assign to the em_discoverer_url property of this EmInstancesDetails.
-
em_discoverer_url
¶ Gets the em_discoverer_url of this EmInstancesDetails. emdDiscoverer url
Returns: The em_discoverer_url of this EmInstancesDetails. Return type: str
-
em_host
¶ Gets the em_host of this EmInstancesDetails. emHost name
Returns: The em_host of this EmInstancesDetails. Return type: str
-
em_id
¶ [Required] Gets the em_id of this EmInstancesDetails. operations Insights Warehouse Identifier
Returns: The em_id of this EmInstancesDetails. Return type: str
-
targets_count
¶ Gets the targets_count of this EmInstancesDetails. EmInstance Target count
Returns: The targets_count of this EmInstancesDetails. Return type: int
-