UpdateNoIcebergStorageDetails¶
-
class
oci.golden_gate.models.UpdateNoIcebergStorageDetails(**kwargs)¶ Bases:
oci.golden_gate.models.update_iceberg_storage_details.UpdateIcebergStorageDetailsThe information to update the absence of a storage configuration in an Iceberg connection.
Attributes
STORAGE_TYPE_AMAZON_S3str(object=’’) -> str STORAGE_TYPE_AZURE_DATA_LAKE_STORAGEstr(object=’’) -> str STORAGE_TYPE_GOOGLE_CLOUD_STORAGEstr(object=’’) -> str STORAGE_TYPE_NONEstr(object=’’) -> str STORAGE_TYPE_OCI_OBJECT_STORAGE_S3_APIstr(object=’’) -> str storage_type[Required] Gets the storage_type of this UpdateIcebergStorageDetails. Methods
__init__(**kwargs)Initializes a new UpdateNoIcebergStorageDetails 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'¶
-
STORAGE_TYPE_NONE= 'NONE'¶
-
STORAGE_TYPE_OCI_OBJECT_STORAGE_S3_API= 'OCI_OBJECT_STORAGE_S3_API'¶
-
__init__(**kwargs)¶ Initializes a new UpdateNoIcebergStorageDetails object with values from keyword arguments. The default value of the
storage_typeattribute of this class isNONEand 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 UpdateNoIcebergStorageDetails. Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”, “NONE”, “OCI_OBJECT_STORAGE_S3_API”
-
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.
-
storage_type¶ [Required] Gets the storage_type of this UpdateIcebergStorageDetails. The storage type used in the Iceberg connection.
Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”, “NONE”, “OCI_OBJECT_STORAGE_S3_API”
Returns: The storage_type of this UpdateIcebergStorageDetails. Return type: str
-