ResourceUsage¶
- 
class oci.em_warehouse.models.ResourceUsage(**kwargs)¶
- Bases: - object- The resource usage information. - Methods - __init__(**kwargs)- Initializes a new ResourceUsage object with values from keyword arguments. - Attributes - em_instance_count- Gets the em_instance_count of this ResourceUsage. - em_instances- Gets the em_instances of this ResourceUsage. - id- [Required] Gets the id of this ResourceUsage. - operations_insights_warehouse_id- [Required] Gets the operations_insights_warehouse_id of this ResourceUsage. - schema_name- Gets the schema_name of this ResourceUsage. - targets_count- Gets the targets_count of this ResourceUsage. - 
__init__(**kwargs)¶
- Initializes a new ResourceUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - operations_insights_warehouse_id (str) – The value to assign to the operations_insights_warehouse_id property of this ResourceUsage.
- id (str) – The value to assign to the id property of this ResourceUsage.
- em_instance_count (int) – The value to assign to the em_instance_count property of this ResourceUsage.
- targets_count (int) – The value to assign to the targets_count property of this ResourceUsage.
- em_instances (list[oci.em_warehouse.models.EmInstancesDetails]) – The value to assign to the em_instances property of this ResourceUsage.
- schema_name (str) – The value to assign to the schema_name property of this ResourceUsage.
 
 - 
em_instance_count¶
- Gets the em_instance_count of this ResourceUsage. EmInstanceCount - Returns: - The em_instance_count of this ResourceUsage. - Return type: - int 
 - 
em_instances¶
- Gets the em_instances of this ResourceUsage. List of emInstances - Returns: - The em_instances of this ResourceUsage. - Return type: - list[oci.em_warehouse.models.EmInstancesDetails] 
 - 
id¶
- [Required] Gets the id of this ResourceUsage. Unique identifier that is immutable on creation - Returns: - The id of this ResourceUsage. - Return type: - str 
 - 
operations_insights_warehouse_id¶
- [Required] Gets the operations_insights_warehouse_id of this ResourceUsage. operations Insights Warehouse Identifier - Returns: - The operations_insights_warehouse_id of this ResourceUsage. - Return type: - str 
 - 
schema_name¶
- Gets the schema_name of this ResourceUsage. schema name - Returns: - The schema_name of this ResourceUsage. - Return type: - str 
 - 
targets_count¶
- Gets the targets_count of this ResourceUsage. EmInstance Target count - Returns: - The targets_count of this ResourceUsage. - Return type: - int 
 
-