Uses of Class
com.oracle.bmc.database.model.CreateDbHomeForStandbyDbSystem
-
Packages that use CreateDbHomeForStandbyDbSystem Package Description com.oracle.bmc.database.model -
-
Uses of CreateDbHomeForStandbyDbSystem in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateDbHomeForStandbyDbSystem Modifier and Type Method Description CreateDbHomeForStandbyDbSystemCreateDbHomeForStandbyDbSystem.Builder. build()CreateDbHomeForStandbyDbSystemLaunchStandbyDbSystemDetails. getDbHome()Methods in com.oracle.bmc.database.model with parameters of type CreateDbHomeForStandbyDbSystem Modifier and Type Method Description CreateDbHomeForStandbyDbSystem.BuilderCreateDbHomeForStandbyDbSystem.Builder. copy(CreateDbHomeForStandbyDbSystem model)LaunchStandbyDbSystemDetails.BuilderLaunchStandbyDbSystemDetails.Builder. dbHome(CreateDbHomeForStandbyDbSystem dbHome)Constructors in com.oracle.bmc.database.model with parameters of type CreateDbHomeForStandbyDbSystem Constructor Description LaunchStandbyDbSystemDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, String clusterPlacementGroupId, String subscriptionId, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, String primaryDbSystemId, CreateDbHomeForStandbyDbSystem dbHome, LaunchStandbyDbSystemDetails.LicenseModel licenseModel)Deprecated.
-