GoogleCloudStorageIcebergStorageSummary¶
-
class
oci.golden_gate.models.
GoogleCloudStorageIcebergStorageSummary
(**kwargs)¶ Bases:
oci.golden_gate.models.iceberg_storage_summary.IcebergStorageSummary
Summary of the Google Cloud Storage storage used in the Iceberg connection.
Attributes
STORAGE_TYPE_AMAZON_S3
str(object=’’) -> str STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
str(object=’’) -> str STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
str(object=’’) -> str bucket
[Required] Gets the bucket of this GoogleCloudStorageIcebergStorageSummary. project_id
[Required] Gets the project_id of this GoogleCloudStorageIcebergStorageSummary. service_account_key_file_secret_id
[Required] Gets the service_account_key_file_secret_id of this GoogleCloudStorageIcebergStorageSummary. storage_type
[Required] Gets the storage_type of this IcebergStorageSummary. Methods
__init__
(**kwargs)Initializes a new GoogleCloudStorageIcebergStorageSummary 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. -
STORAGE_TYPE_AMAZON_S3
= 'AMAZON_S3'¶
-
STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
= 'AZURE_DATA_LAKE_STORAGE'¶
-
STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
= 'GOOGLE_CLOUD_STORAGE'¶
-
__init__
(**kwargs)¶ Initializes a new GoogleCloudStorageIcebergStorageSummary object with values from keyword arguments. The default value of the
storage_type
attribute of this class isGOOGLE_CLOUD_STORAGE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - storage_type (str) – The value to assign to the storage_type property of this GoogleCloudStorageIcebergStorageSummary. Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”
- bucket (str) – The value to assign to the bucket property of this GoogleCloudStorageIcebergStorageSummary.
- project_id (str) – The value to assign to the project_id property of this GoogleCloudStorageIcebergStorageSummary.
- service_account_key_file_secret_id (str) – The value to assign to the service_account_key_file_secret_id property of this GoogleCloudStorageIcebergStorageSummary.
-
bucket
¶ [Required] Gets the bucket of this GoogleCloudStorageIcebergStorageSummary. Google Cloud Storage bucket where Iceberg stores metadata and data files.
Returns: The bucket of this GoogleCloudStorageIcebergStorageSummary. 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.
-
project_id
¶ [Required] Gets the project_id of this GoogleCloudStorageIcebergStorageSummary. The Google Cloud Project where the bucket exists.
Returns: The project_id of this GoogleCloudStorageIcebergStorageSummary. Return type: str
-
service_account_key_file_secret_id
¶ [Required] Gets the service_account_key_file_secret_id of this GoogleCloudStorageIcebergStorageSummary. The OCID of the Secret where the content of the service account key file is stored, which contains the credentials required to use Google Cloud Storage.
Returns: The service_account_key_file_secret_id of this GoogleCloudStorageIcebergStorageSummary. Return type: str
-
storage_type
¶ [Required] Gets the storage_type of this IcebergStorageSummary. The storage type used in the Iceberg connection.
Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The storage_type of this IcebergStorageSummary. Return type: str
-