Uses of Class
com.oracle.bmc.mysql.model.ControlledUpdate
-
Packages that use ControlledUpdate Package Description com.oracle.bmc.mysql.model -
-
Uses of ControlledUpdate in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ControlledUpdate Modifier and Type Method Description ControlledUpdateControlledUpdate.Builder. build()ControlledUpdateDbSystem. getControlledUpdate()Methods in com.oracle.bmc.mysql.model with parameters of type ControlledUpdate Modifier and Type Method Description DbSystem.BuilderDbSystem.Builder. controlledUpdate(ControlledUpdate controlledUpdate)ControlledUpdate.BuilderControlledUpdate.Builder. copy(ControlledUpdate model)Constructors in com.oracle.bmc.mysql.model with parameters of type ControlledUpdate Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, String subnetId, List<String> nsgIds, Map<String,Map<String,Object>> securityAttributes, RestDetails rest, DatabaseConsoleDetails databaseConsole, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, ControlledUpdate controlledUpdate, 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, EncryptDataDetails encryptData, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint, TelemetryConfigurationDetails telemetryConfiguration)Deprecated.
-