CreateIcebergCatalogDetails¶
-
class
oci.golden_gate.models.
CreateIcebergCatalogDetails
(**kwargs)¶ Bases:
object
The information about a new catalog of given type used in an Iceberg connection.
Attributes
CATALOG_TYPE_GLUE
A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. CATALOG_TYPE_HADOOP
A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. CATALOG_TYPE_NESSIE
A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. CATALOG_TYPE_POLARIS
A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. CATALOG_TYPE_REST
A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. catalog_type
[Required] Gets the catalog_type of this CreateIcebergCatalogDetails. Methods
__init__
(**kwargs)Initializes a new CreateIcebergCatalogDetails 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. -
CATALOG_TYPE_GLUE
= 'GLUE'¶ A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. This constant has a value of “GLUE”
-
CATALOG_TYPE_HADOOP
= 'HADOOP'¶ A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. This constant has a value of “HADOOP”
-
CATALOG_TYPE_NESSIE
= 'NESSIE'¶ A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. This constant has a value of “NESSIE”
-
CATALOG_TYPE_POLARIS
= 'POLARIS'¶ A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. This constant has a value of “POLARIS”
-
CATALOG_TYPE_REST
= 'REST'¶ A constant which can be used with the catalog_type property of a CreateIcebergCatalogDetails. This constant has a value of “REST”
-
__init__
(**kwargs)¶ Initializes a new CreateIcebergCatalogDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
CreatePolarisIcebergCatalogDetails
CreateGlueIcebergCatalogDetails
CreateRestIcebergCatalogDetails
CreateHadoopIcebergCatalogDetails
CreateNessieIcebergCatalogDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: catalog_type (str) – The value to assign to the catalog_type property of this CreateIcebergCatalogDetails. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
-
catalog_type
¶ [Required] Gets the catalog_type of this CreateIcebergCatalogDetails. The catalog type.
Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
Returns: The catalog_type of this CreateIcebergCatalogDetails. 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.
-