Uses of Class
com.oracle.bmc.goldengate.model.IcebergCatalogSummary
-
Packages that use IcebergCatalogSummary Package Description com.oracle.bmc.goldengate.model -
-
Uses of IcebergCatalogSummary in com.oracle.bmc.goldengate.model
Subclasses of IcebergCatalogSummary in com.oracle.bmc.goldengate.model Modifier and Type Class Description classGlueIcebergCatalogSummarySummary of a Glue catalog used in the Iceberg connection.classHadoopIcebergCatalogSummarySummary of the Hadoop catalog used in the Iceberg connection.classNessieIcebergCatalogSummarySummary of the Nessie catalog used in the Iceberg connection.classPolarisIcebergCatalogSummarySummary of the Polaris catalog used in the Iceberg connection.classRestIcebergCatalogSummarySummary of the Rest catalog used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return IcebergCatalogSummary Modifier and Type Method Description IcebergCatalogSummaryIcebergConnectionSummary. getCatalog()Methods in com.oracle.bmc.goldengate.model with parameters of type IcebergCatalogSummary Modifier and Type Method Description IcebergConnectionSummary.BuilderIcebergConnectionSummary.Builder. catalog(IcebergCatalogSummary catalog)Constructors in com.oracle.bmc.goldengate.model with parameters of type IcebergCatalogSummary 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, IcebergConnection.TechnologyType technologyType, IcebergCatalogSummary catalog, IcebergStorageSummary storage)Deprecated.
-