CreateRestIcebergCatalogDetails

class oci.golden_gate.models.CreateRestIcebergCatalogDetails(**kwargs)

Bases: oci.golden_gate.models.create_iceberg_catalog_details.CreateIcebergCatalogDetails

The information about a new Rest catalog used in the Iceberg connection.

Attributes

CATALOG_TYPE_GLUE str(object=’’) -> str
CATALOG_TYPE_HADOOP str(object=’’) -> str
CATALOG_TYPE_NESSIE str(object=’’) -> str
CATALOG_TYPE_POLARIS str(object=’’) -> str
CATALOG_TYPE_REST str(object=’’) -> str
catalog_type [Required] Gets the catalog_type of this CreateIcebergCatalogDetails.
properties Gets the properties of this CreateRestIcebergCatalogDetails.
properties_secret_id Gets the properties_secret_id of this CreateRestIcebergCatalogDetails.
uri [Required] Gets the uri of this CreateRestIcebergCatalogDetails.

Methods

__init__(**kwargs) Initializes a new CreateRestIcebergCatalogDetails 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'
CATALOG_TYPE_HADOOP = 'HADOOP'
CATALOG_TYPE_NESSIE = 'NESSIE'
CATALOG_TYPE_POLARIS = 'POLARIS'
CATALOG_TYPE_REST = 'REST'
__init__(**kwargs)

Initializes a new CreateRestIcebergCatalogDetails object with values from keyword arguments. The default value of the catalog_type attribute of this class is REST and it should not be changed. 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 CreateRestIcebergCatalogDetails. Allowed values for this property are: “GLUE”, “HADOOP”, “NESSIE”, “POLARIS”, “REST”
  • uri (str) – The value to assign to the uri property of this CreateRestIcebergCatalogDetails.
  • properties_secret_id (str) – The value to assign to the properties_secret_id property of this CreateRestIcebergCatalogDetails.
  • properties (str) – The value to assign to the properties property of this CreateRestIcebergCatalogDetails.
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.

properties

Gets the properties of this CreateRestIcebergCatalogDetails. The base64 encoded content of the configuration file containing additional properties for the REST catalog.

Returns:The properties of this CreateRestIcebergCatalogDetails.
Return type:str
properties_secret_id

Gets the properties_secret_id of this CreateRestIcebergCatalogDetails. The OCID of the Secret that stores the content of the configuration file containing additional properties for the REST catalog. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm

Returns:The properties_secret_id of this CreateRestIcebergCatalogDetails.
Return type:str
uri

[Required] Gets the uri of this CreateRestIcebergCatalogDetails. The base URL for the REST Catalog API. e.g.: ‘https://my-rest-catalog.example.com/api/v1

Returns:The uri of this CreateRestIcebergCatalogDetails.
Return type:str