IcebergStorageSummary¶
-
class
oci.golden_gate.models.
IcebergStorageSummary
(**kwargs)¶ Bases:
object
Summary of the storage of given type used in an Iceberg connection.
Attributes
STORAGE_TYPE_AMAZON_S3
A constant which can be used with the storage_type property of a IcebergStorageSummary. STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
A constant which can be used with the storage_type property of a IcebergStorageSummary. STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
A constant which can be used with the storage_type property of a IcebergStorageSummary. storage_type
[Required] Gets the storage_type of this IcebergStorageSummary. Methods
__init__
(**kwargs)Initializes a new IcebergStorageSummary 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'¶ A constant which can be used with the storage_type property of a IcebergStorageSummary. This constant has a value of “AMAZON_S3”
-
STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
= 'AZURE_DATA_LAKE_STORAGE'¶ A constant which can be used with the storage_type property of a IcebergStorageSummary. This constant has a value of “AZURE_DATA_LAKE_STORAGE”
-
STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
= 'GOOGLE_CLOUD_STORAGE'¶ A constant which can be used with the storage_type property of a IcebergStorageSummary. This constant has a value of “GOOGLE_CLOUD_STORAGE”
-
__init__
(**kwargs)¶ Initializes a new IcebergStorageSummary 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:
GoogleCloudStorageIcebergStorageSummary
AzureDataLakeStorageIcebergStorageSummary
AmazonS3IcebergStorageSummary
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 IcebergStorageSummary. 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’.
-
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 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
-