Uses of Class
com.oracle.bmc.goldengate.model.IcebergStorageSummary
-
Packages that use IcebergStorageSummary Package Description com.oracle.bmc.goldengate.model -
-
Uses of IcebergStorageSummary in com.oracle.bmc.goldengate.model
Subclasses of IcebergStorageSummary in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
AmazonS3IcebergStorageSummary
Summary of the Amazon S3 storage used in the Iceberg connection.class
AzureDataLakeStorageIcebergStorageSummary
Summary of the Azure Data Lake Storage storage used in the Iceberg connection.class
GoogleCloudStorageIcebergStorageSummary
Summary of the Google Cloud Storage storage used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return IcebergStorageSummary Modifier and Type Method Description IcebergStorageSummary
IcebergConnectionSummary. getStorage()
Methods in com.oracle.bmc.goldengate.model with parameters of type IcebergStorageSummary Modifier and Type Method Description IcebergConnectionSummary.Builder
IcebergConnectionSummary.Builder. storage(IcebergStorageSummary storage)
Constructors in com.oracle.bmc.goldengate.model with parameters of type IcebergStorageSummary Constructor Description IcebergConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, IcebergCatalogSummary catalog, IcebergStorageSummary storage)
Deprecated.
-