Uses of Class
com.oracle.bmc.mysql.model.DbSystemPlacement
-
Packages that use DbSystemPlacement Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemPlacement in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemPlacement Modifier and Type Method Description DbSystemPlacement
DbSystemPlacement.Builder. build()
DbSystemPlacement
DbSystem. getCurrentPlacement()
DbSystemPlacement
DbSystemSummary. getCurrentPlacement()
Methods in com.oracle.bmc.mysql.model with parameters of type DbSystemPlacement Modifier and Type Method Description DbSystemPlacement.Builder
DbSystemPlacement.Builder. copy(DbSystemPlacement model)
DbSystem.Builder
DbSystem.Builder. currentPlacement(DbSystemPlacement currentPlacement)
DbSystemSummary.Builder
DbSystemSummary.Builder. currentPlacement(DbSystemPlacement currentPlacement)
Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystemPlacement Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, String subnetId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, BackupPolicy backupPolicy, DbSystemSource source, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint> endpoints, List<ChannelSummary> channels, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.DbSystemSummary(String id, String displayName, String description, String compartmentId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, List<DbSystemEndpoint> endpoints, DbSystem.LifecycleState lifecycleState, String mysqlVersion, Date timeCreated, Date timeUpdated, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, BackupPolicy backupPolicy, String shapeName, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, ReadEndpointDetails readEndpoint)
Deprecated.
-