Uses of Class
com.oracle.bmc.database.model.CreateAutonomousDatabaseCloneDetails.CloneType
-
Packages that use CreateAutonomousDatabaseCloneDetails.CloneType Package Description com.oracle.bmc.database.model -
-
Uses of CreateAutonomousDatabaseCloneDetails.CloneType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateAutonomousDatabaseCloneDetails.CloneType Modifier and Type Method Description static CreateAutonomousDatabaseCloneDetails.CloneType
CreateAutonomousDatabaseCloneDetails.CloneType. create(String key)
CreateAutonomousDatabaseCloneDetails.CloneType
CreateAutonomousDatabaseCloneDetails. getCloneType()
The Autonomous Database clone type.static CreateAutonomousDatabaseCloneDetails.CloneType
CreateAutonomousDatabaseCloneDetails.CloneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateAutonomousDatabaseCloneDetails.CloneType[]
CreateAutonomousDatabaseCloneDetails.CloneType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CreateAutonomousDatabaseCloneDetails.CloneType Modifier and Type Method Description CreateAutonomousDatabaseCloneDetails.Builder
CreateAutonomousDatabaseCloneDetails.Builder. cloneType(CreateAutonomousDatabaseCloneDetails.CloneType cloneType)
The Autonomous Database clone type.Constructors in com.oracle.bmc.database.model with parameters of type CreateAutonomousDatabaseCloneDetails.CloneType Constructor Description CreateAutonomousDatabaseCloneDetails(String subscriptionId, String compartmentId, String characterSet, String ncharacterSet, String dbName, Integer cpuCoreCount, Integer backupRetentionPeriodInDays, CreateAutonomousDatabaseBase.ComputeModel computeModel, Float computeCount, Float ocpuCount, CreateAutonomousDatabaseBase.DbWorkload dbWorkload, Integer dataStorageSizeInTBs, Integer dataStorageSizeInGBs, Boolean isFreeTier, String kmsKeyId, String vaultId, AutonomousDatabaseEncryptionKeyDetails encryptionKey, String adminPassword, String displayName, CreateAutonomousDatabaseBase.LicenseModel licenseModel, Float byolComputeCountLimit, Boolean isPreviewVersionWithServiceTermsAccepted, Boolean isAutoScalingEnabled, Boolean isDevTier, Boolean isDedicated, String autonomousContainerDatabaseId, Integer inMemoryPercentage, Boolean isAccessControlEnabled, List<String> whitelistedIps, Boolean arePrimaryWhitelistedIpsUsed, List<String> standbyWhitelistedIps, Boolean isDataGuardEnabled, Boolean isLocalDataGuardEnabled, String subnetId, List<String> nsgIds, String privateEndpointLabel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateEndpointIp, String dbVersion, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, String resourcePoolLeaderId, ResourcePoolSummary resourcePoolSummary, CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, Boolean isBackupRetentionLocked, String secretId, Integer secretVersionNumber, String sourceId, CreateAutonomousDatabaseCloneDetails.CloneType cloneType)
Deprecated.
-