UpdateSqlEndpointDetails¶
-
class
oci.data_flow.models.
UpdateSqlEndpointDetails
(**kwargs)¶ Bases:
object
The information about all updatable parameters of a SQL Endpoint.
Methods
__init__
(**kwargs)Initializes a new UpdateSqlEndpointDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateSqlEndpointDetails. description
Gets the description of this UpdateSqlEndpointDetails. display_name
Gets the display_name of this UpdateSqlEndpointDetails. driver_shape
Gets the driver_shape of this UpdateSqlEndpointDetails. driver_shape_config
Gets the driver_shape_config of this UpdateSqlEndpointDetails. executor_shape
Gets the executor_shape of this UpdateSqlEndpointDetails. executor_shape_config
Gets the executor_shape_config of this UpdateSqlEndpointDetails. freeform_tags
Gets the freeform_tags of this UpdateSqlEndpointDetails. lake_id
Gets the lake_id of this UpdateSqlEndpointDetails. max_executor_count
Gets the max_executor_count of this UpdateSqlEndpointDetails. metastore_id
Gets the metastore_id of this UpdateSqlEndpointDetails. min_executor_count
Gets the min_executor_count of this UpdateSqlEndpointDetails. spark_advanced_configurations
Gets the spark_advanced_configurations of this UpdateSqlEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSqlEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSqlEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSqlEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateSqlEndpointDetails.
- description (str) – The value to assign to the description property of this UpdateSqlEndpointDetails.
- driver_shape (str) – The value to assign to the driver_shape property of this UpdateSqlEndpointDetails.
- driver_shape_config (oci.data_flow.models.ShapeConfig) – The value to assign to the driver_shape_config property of this UpdateSqlEndpointDetails.
- executor_shape (str) – The value to assign to the executor_shape property of this UpdateSqlEndpointDetails.
- executor_shape_config (oci.data_flow.models.ShapeConfig) – The value to assign to the executor_shape_config property of this UpdateSqlEndpointDetails.
- min_executor_count (int) – The value to assign to the min_executor_count property of this UpdateSqlEndpointDetails.
- max_executor_count (int) – The value to assign to the max_executor_count property of this UpdateSqlEndpointDetails.
- metastore_id (str) – The value to assign to the metastore_id property of this UpdateSqlEndpointDetails.
- lake_id (str) – The value to assign to the lake_id property of this UpdateSqlEndpointDetails.
- spark_advanced_configurations (dict(str, str)) – The value to assign to the spark_advanced_configurations property of this UpdateSqlEndpointDetails.
Gets the defined_tags of this UpdateSqlEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateSqlEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateSqlEndpointDetails. The description of CreateSQLEndpointDetails.
Returns: The description of this UpdateSqlEndpointDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateSqlEndpointDetails. The SQL Endpoint name, which can be changed.
Returns: The display_name of this UpdateSqlEndpointDetails. Return type: str
-
driver_shape
¶ Gets the driver_shape of this UpdateSqlEndpointDetails. The shape of the SQL Endpoint driver instance.
Returns: The driver_shape of this UpdateSqlEndpointDetails. Return type: str
-
driver_shape_config
¶ Gets the driver_shape_config of this UpdateSqlEndpointDetails.
Returns: The driver_shape_config of this UpdateSqlEndpointDetails. Return type: oci.data_flow.models.ShapeConfig
-
executor_shape
¶ Gets the executor_shape of this UpdateSqlEndpointDetails. The shape of the SQL Endpoint worker instance.
Returns: The executor_shape of this UpdateSqlEndpointDetails. Return type: str
-
executor_shape_config
¶ Gets the executor_shape_config of this UpdateSqlEndpointDetails.
Returns: The executor_shape_config of this UpdateSqlEndpointDetails. Return type: oci.data_flow.models.ShapeConfig
Gets the freeform_tags of this UpdateSqlEndpointDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateSqlEndpointDetails. Return type: dict(str, str)
-
lake_id
¶ Gets the lake_id of this UpdateSqlEndpointDetails. OCI lake OCID
Returns: The lake_id of this UpdateSqlEndpointDetails. Return type: str
-
max_executor_count
¶ Gets the max_executor_count of this UpdateSqlEndpointDetails. The maximum number of executors.
Returns: The max_executor_count of this UpdateSqlEndpointDetails. Return type: int
-
metastore_id
¶ Gets the metastore_id of this UpdateSqlEndpointDetails. Metastore OCID
Returns: The metastore_id of this UpdateSqlEndpointDetails. Return type: str
-
min_executor_count
¶ Gets the min_executor_count of this UpdateSqlEndpointDetails. The minimum number of executors.
Returns: The min_executor_count of this UpdateSqlEndpointDetails. Return type: int
-
spark_advanced_configurations
¶ Gets the spark_advanced_configurations of this UpdateSqlEndpointDetails. The Spark configuration passed to the running process. See https://spark.apache.org/docs/latest/configuration.html#available-properties. Example: { “spark.app.name” : “My App Name”, “spark.shuffle.io.maxRetries” : “4” } Note: Not all Spark properties are permitted to be set. Attempting to set a property that is not allowed to be overwritten will cause a 400 status to be returned.
Returns: The spark_advanced_configurations of this UpdateSqlEndpointDetails. Return type: dict(str, str)
-