EmWarehouseSummary¶
-
class
oci.em_warehouse.models.
EmWarehouseSummary
(**kwargs)¶ Bases:
object
Summary of the EmWarehouse.
Methods
__init__
(**kwargs)Initializes a new EmWarehouseSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this EmWarehouseSummary. defined_tags
[Required] Gets the defined_tags of this EmWarehouseSummary. display_name
[Required] Gets the display_name of this EmWarehouseSummary. em_bridge_id
Gets the em_bridge_id of this EmWarehouseSummary. em_warehouse_type
[Required] Gets the em_warehouse_type of this EmWarehouseSummary. freeform_tags
[Required] Gets the freeform_tags of this EmWarehouseSummary. id
[Required] Gets the id of this EmWarehouseSummary. latest_etl_run_message
Gets the latest_etl_run_message of this EmWarehouseSummary. latest_etl_run_status
Gets the latest_etl_run_status of this EmWarehouseSummary. latest_etl_run_time
Gets the latest_etl_run_time of this EmWarehouseSummary. lifecycle_details
Gets the lifecycle_details of this EmWarehouseSummary. lifecycle_state
[Required] Gets the lifecycle_state of this EmWarehouseSummary. operations_insights_warehouse_id
[Required] Gets the operations_insights_warehouse_id of this EmWarehouseSummary. system_tags
Gets the system_tags of this EmWarehouseSummary. time_created
[Required] Gets the time_created of this EmWarehouseSummary. time_updated
Gets the time_updated of this EmWarehouseSummary. -
__init__
(**kwargs)¶ Initializes a new EmWarehouseSummary 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 EmWarehouseSummary.
- id (str) – The value to assign to the id property of this EmWarehouseSummary.
- display_name (str) – The value to assign to the display_name property of this EmWarehouseSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this EmWarehouseSummary.
- em_warehouse_type (str) – The value to assign to the em_warehouse_type property of this EmWarehouseSummary.
- em_bridge_id (str) – The value to assign to the em_bridge_id property of this EmWarehouseSummary.
- latest_etl_run_status (str) – The value to assign to the latest_etl_run_status property of this EmWarehouseSummary.
- latest_etl_run_message (str) – The value to assign to the latest_etl_run_message property of this EmWarehouseSummary.
- latest_etl_run_time (str) – The value to assign to the latest_etl_run_time property of this EmWarehouseSummary.
- time_created (datetime) – The value to assign to the time_created property of this EmWarehouseSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this EmWarehouseSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this EmWarehouseSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this EmWarehouseSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EmWarehouseSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EmWarehouseSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this EmWarehouseSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this EmWarehouseSummary. Compartment Identifier
Returns: The compartment_id of this EmWarehouseSummary. Return type: str
[Required] Gets the defined_tags of this EmWarehouseSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this EmWarehouseSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this EmWarehouseSummary. EmWarehouse Identifier, can be renamed
Returns: The display_name of this EmWarehouseSummary. Return type: str
-
em_bridge_id
¶ Gets the em_bridge_id of this EmWarehouseSummary. EMBridge Identifier
Returns: The em_bridge_id of this EmWarehouseSummary. Return type: str
-
em_warehouse_type
¶ [Required] Gets the em_warehouse_type of this EmWarehouseSummary. Type of the EmWarehouse.
Returns: The em_warehouse_type of this EmWarehouseSummary. Return type: str
[Required] Gets the freeform_tags of this EmWarehouseSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this EmWarehouseSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this EmWarehouseSummary. Unique identifier that is immutable on creation
Returns: The id of this EmWarehouseSummary. Return type: str
-
latest_etl_run_message
¶ Gets the latest_etl_run_message of this EmWarehouseSummary. Data Flow Run Status Message
Returns: The latest_etl_run_message of this EmWarehouseSummary. Return type: str
-
latest_etl_run_status
¶ Gets the latest_etl_run_status of this EmWarehouseSummary. Data Flow Run Status
Returns: The latest_etl_run_status of this EmWarehouseSummary. Return type: str
-
latest_etl_run_time
¶ Gets the latest_etl_run_time of this EmWarehouseSummary. Data Flow Run Total Time
Returns: The latest_etl_run_time of this EmWarehouseSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this EmWarehouseSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this EmWarehouseSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this EmWarehouseSummary. The current state of the EmWarehouse.
Returns: The lifecycle_state of this EmWarehouseSummary. Return type: str
-
operations_insights_warehouse_id
¶ [Required] Gets the operations_insights_warehouse_id of this EmWarehouseSummary. operations Insights Warehouse Identifier
Returns: The operations_insights_warehouse_id of this EmWarehouseSummary. Return type: str
Gets the system_tags of this EmWarehouseSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this EmWarehouseSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this EmWarehouseSummary. The time the the EmWarehouse was created. An RFC3339 formatted datetime string
Returns: The time_created of this EmWarehouseSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this EmWarehouseSummary. The time the EmWarehouse was updated. An RFC3339 formatted datetime string
Returns: The time_updated of this EmWarehouseSummary. Return type: datetime
-