UpdateIcebergCatalogDetails¶
-
class
oci.golden_gate.models.
UpdateIcebergCatalogDetails
(**kwargs)¶ Bases:
object
The information to update a 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 UpdateIcebergCatalogDetails. CATALOG_TYPE_HADOOP
A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. CATALOG_TYPE_NESSIE
A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. CATALOG_TYPE_POLARIS
A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. CATALOG_TYPE_REST
A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. catalog_type
[Required] Gets the catalog_type of this UpdateIcebergCatalogDetails. Methods
__init__
(**kwargs)Initializes a new UpdateIcebergCatalogDetails 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 UpdateIcebergCatalogDetails. This constant has a value of “GLUE”
-
CATALOG_TYPE_HADOOP
= 'HADOOP'¶ A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. This constant has a value of “HADOOP”
-
CATALOG_TYPE_NESSIE
= 'NESSIE'¶ A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. This constant has a value of “NESSIE”
-
CATALOG_TYPE_POLARIS
= 'POLARIS'¶ A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. This constant has a value of “POLARIS”
-
CATALOG_TYPE_REST
= 'REST'¶ A constant which can be used with the catalog_type property of a UpdateIcebergCatalogDetails. This constant has a value of “REST”
-
__init__
(**kwargs)¶ Initializes a new UpdateIcebergCatalogDetails 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:
UpdateRestIcebergCatalogDetails
UpdatePolarisIcebergCatalogDetails
UpdateNessieIcebergCatalogDetails
UpdateHadoopIcebergCatalogDetails
UpdateGlueIcebergCatalogDetails
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 UpdateIcebergCatalogDetails. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
-
catalog_type
¶ [Required] Gets the catalog_type of this UpdateIcebergCatalogDetails. The catalog type.
Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
Returns: The catalog_type of this UpdateIcebergCatalogDetails. 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.
-