Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbMetadata
-
Packages that use DistributedDbMetadata Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbMetadata in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbMetadata Modifier and Type Method Description DistributedDbMetadata
DistributedDbMetadata.Builder. build()
DistributedDbMetadata
CatalogPeerWithExadbXs. getMetadata()
DistributedDbMetadata
DistributedDatabase. getMetadata()
DistributedDbMetadata
DistributedDatabaseCatalogWithExadbXs. getMetadata()
DistributedDbMetadata
DistributedDatabaseGsm. getMetadata()
DistributedDbMetadata
DistributedDatabaseShardWithExadbXs. getMetadata()
DistributedDbMetadata
DistributedDatabaseSummary. getMetadata()
DistributedDbMetadata
ShardPeerWithExadbXs. getMetadata()
Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbMetadata Constructor Description CatalogPeerWithExadbXs(String vmClusterId, String shardGroup, CatalogPeerWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, Date timeCreated, Date timeUpdated, DistributedDbMetadata metadata)
Deprecated.DistributedDatabase(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDbGsmImage latestGsmImageDetails, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabase.DbDeploymentType dbDeploymentType, List<DistributedDatabaseShard> shardDetails, List<DistributedDatabaseCatalog> catalogDetails, List<DistributedDatabaseGsm> gsmDetails, DistributedDbBackupConfig dbBackupConfig, String gsmSshPublicKey, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DistributedDatabaseCatalogWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseCatalogWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<CatalogPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.DistributedDatabaseGsm(String name, Float computeCount, Double dataStorageSizeInGbs, Date timeCreated, Date timeUpdated, DistributedDatabaseGsm.Status status, Date timeSslCertificateExpires, String supportingResourceId, DistributedDbGsmImage gsmImageDetails, DistributedDbMetadata metadata)
Deprecated.DistributedDatabaseShardWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.DistributedDatabaseSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabaseSummary.DbDeploymentType dbDeploymentType, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ShardPeerWithExadbXs(String vmClusterId, String shardGroup, ShardPeerWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, Date timeCreated, Date timeUpdated, DistributedDbMetadata metadata)
Deprecated.
-