Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbGsmImage
-
Packages that use DistributedDbGsmImage Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbGsmImage in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbGsmImage Modifier and Type Method Description DistributedDbGsmImage
DistributedDbGsmImage.Builder. build()
DistributedDbGsmImage
DistributedDatabaseGsm. getGsmImageDetails()
DistributedDbGsmImage
DistributedDatabase. getLatestGsmImageDetails()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbGsmImage Modifier and Type Method Description DistributedDbGsmImage.Builder
DistributedDbGsmImage.Builder. copy(DistributedDbGsmImage model)
DistributedDatabaseGsm.Builder
DistributedDatabaseGsm.Builder. gsmImageDetails(DistributedDbGsmImage gsmImageDetails)
DistributedDatabase.Builder
DistributedDatabase.Builder. latestGsmImageDetails(DistributedDbGsmImage latestGsmImageDetails)
Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbGsmImage Constructor Description 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.DistributedDatabaseGsm(String name, Float computeCount, Double dataStorageSizeInGbs, Date timeCreated, Date timeUpdated, DistributedDatabaseGsm.Status status, Date timeSslCertificateExpires, String supportingResourceId, DistributedDbGsmImage gsmImageDetails, DistributedDbMetadata metadata)
Deprecated.
-