ConnectionFromHdfsDetails¶
-
class
oci.data_integration.models.
ConnectionFromHdfsDetails
(**kwargs)¶ Bases:
oci.data_integration.models.connection_details.ConnectionDetails
The connection details for the HDFS data asset.
Attributes
MODEL_TYPE_AMAZON_S3_CONNECTION
str(object=’’) -> str MODEL_TYPE_BICC_CONNECTION
str(object=’’) -> str MODEL_TYPE_BIP_CONNECTION
str(object=’’) -> str MODEL_TYPE_GENERIC_JDBC_CONNECTION
str(object=’’) -> str MODEL_TYPE_HDFS_CONNECTION
str(object=’’) -> str MODEL_TYPE_LAKE_CONNECTION
str(object=’’) -> str MODEL_TYPE_MYSQL_CONNECTION
str(object=’’) -> str MODEL_TYPE_MYSQL_HEATWAVE_CONNECTION
str(object=’’) -> str MODEL_TYPE_OAUTH2_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLEDB_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_ADWC_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_ATP_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_EBS_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_OBJECT_STORAGE_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_PEOPLESOFT_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_SIEBEL_CONNECTION
str(object=’’) -> str MODEL_TYPE_REST_BASIC_AUTH_CONNECTION
str(object=’’) -> str MODEL_TYPE_REST_NO_AUTH_CONNECTION
str(object=’’) -> str connection_properties
Gets the connection_properties of this ConnectionDetails. data_node_principal
[Required] Gets the data_node_principal of this ConnectionFromHdfsDetails. description
Gets the description of this ConnectionDetails. hdfs_principal
[Required] Gets the hdfs_principal of this ConnectionFromHdfsDetails. identifier
Gets the identifier of this ConnectionDetails. is_default
Gets the is_default of this ConnectionDetails. key
Gets the key of this ConnectionDetails. key_distribution_center
Gets the key_distribution_center of this ConnectionFromHdfsDetails. key_tab_content
Gets the key_tab_content of this ConnectionFromHdfsDetails. metadata
Gets the metadata of this ConnectionDetails. model_type
[Required] Gets the model_type of this ConnectionDetails. model_version
Gets the model_version of this ConnectionDetails. name
Gets the name of this ConnectionDetails. name_node_principal
[Required] Gets the name_node_principal of this ConnectionFromHdfsDetails. object_status
Gets the object_status of this ConnectionDetails. object_version
Gets the object_version of this ConnectionDetails. parent_ref
Gets the parent_ref of this ConnectionDetails. primary_schema
Gets the primary_schema of this ConnectionDetails. realm
Gets the realm of this ConnectionFromHdfsDetails. Methods
__init__
(**kwargs)Initializes a new ConnectionFromHdfsDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MODEL_TYPE_AMAZON_S3_CONNECTION
= 'AMAZON_S3_CONNECTION'¶
-
MODEL_TYPE_BICC_CONNECTION
= 'BICC_CONNECTION'¶
-
MODEL_TYPE_BIP_CONNECTION
= 'BIP_CONNECTION'¶
-
MODEL_TYPE_GENERIC_JDBC_CONNECTION
= 'GENERIC_JDBC_CONNECTION'¶
-
MODEL_TYPE_HDFS_CONNECTION
= 'HDFS_CONNECTION'¶
-
MODEL_TYPE_LAKE_CONNECTION
= 'LAKE_CONNECTION'¶
-
MODEL_TYPE_MYSQL_CONNECTION
= 'MYSQL_CONNECTION'¶
-
MODEL_TYPE_MYSQL_HEATWAVE_CONNECTION
= 'MYSQL_HEATWAVE_CONNECTION'¶
-
MODEL_TYPE_OAUTH2_CONNECTION
= 'OAUTH2_CONNECTION'¶
-
MODEL_TYPE_ORACLEDB_CONNECTION
= 'ORACLEDB_CONNECTION'¶
-
MODEL_TYPE_ORACLE_ADWC_CONNECTION
= 'ORACLE_ADWC_CONNECTION'¶
-
MODEL_TYPE_ORACLE_ATP_CONNECTION
= 'ORACLE_ATP_CONNECTION'¶
-
MODEL_TYPE_ORACLE_EBS_CONNECTION
= 'ORACLE_EBS_CONNECTION'¶
-
MODEL_TYPE_ORACLE_OBJECT_STORAGE_CONNECTION
= 'ORACLE_OBJECT_STORAGE_CONNECTION'¶
-
MODEL_TYPE_ORACLE_PEOPLESOFT_CONNECTION
= 'ORACLE_PEOPLESOFT_CONNECTION'¶
-
MODEL_TYPE_ORACLE_SIEBEL_CONNECTION
= 'ORACLE_SIEBEL_CONNECTION'¶
-
MODEL_TYPE_REST_BASIC_AUTH_CONNECTION
= 'REST_BASIC_AUTH_CONNECTION'¶
-
MODEL_TYPE_REST_NO_AUTH_CONNECTION
= 'REST_NO_AUTH_CONNECTION'¶
-
__init__
(**kwargs)¶ Initializes a new ConnectionFromHdfsDetails object with values from keyword arguments. The default value of the
model_type
attribute of this class isHDFS_CONNECTION
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_type (str) – The value to assign to the model_type property of this ConnectionFromHdfsDetails. Allowed values for this property are: “ORACLE_ADWC_CONNECTION”, “ORACLE_ATP_CONNECTION”, “ORACLE_OBJECT_STORAGE_CONNECTION”, “ORACLEDB_CONNECTION”, “MYSQL_CONNECTION”, “GENERIC_JDBC_CONNECTION”, “BICC_CONNECTION”, “AMAZON_S3_CONNECTION”, “BIP_CONNECTION”, “LAKE_CONNECTION”, “ORACLE_PEOPLESOFT_CONNECTION”, “ORACLE_EBS_CONNECTION”, “ORACLE_SIEBEL_CONNECTION”, “HDFS_CONNECTION”, “MYSQL_HEATWAVE_CONNECTION”, “REST_NO_AUTH_CONNECTION”, “REST_BASIC_AUTH_CONNECTION”, “OAUTH2_CONNECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- key (str) – The value to assign to the key property of this ConnectionFromHdfsDetails.
- model_version (str) – The value to assign to the model_version property of this ConnectionFromHdfsDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ConnectionFromHdfsDetails.
- name (str) – The value to assign to the name property of this ConnectionFromHdfsDetails.
- description (str) – The value to assign to the description property of this ConnectionFromHdfsDetails.
- object_version (int) – The value to assign to the object_version property of this ConnectionFromHdfsDetails.
- object_status (int) – The value to assign to the object_status property of this ConnectionFromHdfsDetails.
- identifier (str) – The value to assign to the identifier property of this ConnectionFromHdfsDetails.
- primary_schema (oci.data_integration.models.Schema) – The value to assign to the primary_schema property of this ConnectionFromHdfsDetails.
- connection_properties (list[oci.data_integration.models.ConnectionProperty]) – The value to assign to the connection_properties property of this ConnectionFromHdfsDetails.
- is_default (bool) – The value to assign to the is_default property of this ConnectionFromHdfsDetails.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this ConnectionFromHdfsDetails.
- hdfs_principal (str) – The value to assign to the hdfs_principal property of this ConnectionFromHdfsDetails.
- data_node_principal (str) – The value to assign to the data_node_principal property of this ConnectionFromHdfsDetails.
- name_node_principal (str) – The value to assign to the name_node_principal property of this ConnectionFromHdfsDetails.
- realm (str) – The value to assign to the realm property of this ConnectionFromHdfsDetails.
- key_distribution_center (str) – The value to assign to the key_distribution_center property of this ConnectionFromHdfsDetails.
- key_tab_content (oci.data_integration.models.SensitiveAttribute) – The value to assign to the key_tab_content property of this ConnectionFromHdfsDetails.
-
connection_properties
¶ Gets the connection_properties of this ConnectionDetails. The properties for the connection.
Returns: The connection_properties of this ConnectionDetails. Return type: list[oci.data_integration.models.ConnectionProperty]
-
data_node_principal
¶ [Required] Gets the data_node_principal of this ConnectionFromHdfsDetails. The HDFS Data Node principal.
Returns: The data_node_principal of this ConnectionFromHdfsDetails. Return type: str
-
description
¶ Gets the description of this ConnectionDetails. User-defined description for the connection.
Returns: The description of this ConnectionDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
hdfs_principal
¶ [Required] Gets the hdfs_principal of this ConnectionFromHdfsDetails. The HDFS principal.
Returns: The hdfs_principal of this ConnectionFromHdfsDetails. Return type: str
-
identifier
¶ Gets the identifier of this ConnectionDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this ConnectionDetails. Return type: str
-
is_default
¶ Gets the is_default of this ConnectionDetails. The default property for the connection.
Returns: The is_default of this ConnectionDetails. Return type: bool
-
key
¶ Gets the key of this ConnectionDetails. Generated key that can be used in API calls to identify connection. On scenarios where reference to the connection is needed, a value can be passed in create.
Returns: The key of this ConnectionDetails. Return type: str
-
key_distribution_center
¶ Gets the key_distribution_center of this ConnectionFromHdfsDetails. The HDFS Key Distribution Center.
Returns: The key_distribution_center of this ConnectionFromHdfsDetails. Return type: str
-
key_tab_content
¶ Gets the key_tab_content of this ConnectionFromHdfsDetails.
Returns: The key_tab_content of this ConnectionFromHdfsDetails. Return type: oci.data_integration.models.SensitiveAttribute
-
metadata
¶ Gets the metadata of this ConnectionDetails.
Returns: The metadata of this ConnectionDetails. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ [Required] Gets the model_type of this ConnectionDetails. The type of the connection.
Allowed values for this property are: “ORACLE_ADWC_CONNECTION”, “ORACLE_ATP_CONNECTION”, “ORACLE_OBJECT_STORAGE_CONNECTION”, “ORACLEDB_CONNECTION”, “MYSQL_CONNECTION”, “GENERIC_JDBC_CONNECTION”, “BICC_CONNECTION”, “AMAZON_S3_CONNECTION”, “BIP_CONNECTION”, “LAKE_CONNECTION”, “ORACLE_PEOPLESOFT_CONNECTION”, “ORACLE_EBS_CONNECTION”, “ORACLE_SIEBEL_CONNECTION”, “HDFS_CONNECTION”, “MYSQL_HEATWAVE_CONNECTION”, “REST_NO_AUTH_CONNECTION”, “REST_BASIC_AUTH_CONNECTION”, “OAUTH2_CONNECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this ConnectionDetails. Return type: str
-
model_version
¶ Gets the model_version of this ConnectionDetails. The model version of an object.
Returns: The model_version of this ConnectionDetails. Return type: str
-
name
¶ Gets the name of this ConnectionDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this ConnectionDetails. Return type: str
-
name_node_principal
¶ [Required] Gets the name_node_principal of this ConnectionFromHdfsDetails. The HDFS Name Node principal.
Returns: The name_node_principal of this ConnectionFromHdfsDetails. Return type: str
-
object_status
¶ Gets the object_status of this ConnectionDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this ConnectionDetails. Return type: int
-
object_version
¶ Gets the object_version of this ConnectionDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this ConnectionDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this ConnectionDetails.
Returns: The parent_ref of this ConnectionDetails. Return type: oci.data_integration.models.ParentReference
-
primary_schema
¶ Gets the primary_schema of this ConnectionDetails.
Returns: The primary_schema of this ConnectionDetails. Return type: oci.data_integration.models.Schema
-
realm
¶ Gets the realm of this ConnectionFromHdfsDetails. HDFS Realm name.
Returns: The realm of this ConnectionFromHdfsDetails. Return type: str
-