Uses of Class
com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth
-
Packages that use CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Package Description com.oracle.bmc.database.model -
-
Uses of CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Modifier and Type Method Description static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthCreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth. create(String key)CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthCreateAutonomousContainerDatabaseFromBackupTimestampDetails. getCloneBandWidth()The speed at which the Autonomous Container Database Clone from backup operation to be performed by OCI.static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthCreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth[]CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth. 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 CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Modifier and Type Method Description CreateAutonomousContainerDatabaseFromBackupTimestampDetails.BuilderCreateAutonomousContainerDatabaseFromBackupTimestampDetails.Builder. cloneBandWidth(CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth cloneBandWidth)The speed at which the Autonomous Container Database Clone from backup operation to be performed by OCI.Constructors in com.oracle.bmc.database.model with parameters of type CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Constructor Description CreateAutonomousContainerDatabaseFromBackupTimestampDetails(List<CustomerContact> customerContacts, String okvEndPointGroupName, String displayName, String dbUniqueName, String dbName, CreateAutonomousContainerDatabaseBase.ServiceLevelAgreementType serviceLevelAgreementType, String autonomousExadataInfrastructureId, String dbVersion, String databaseSoftwareImageId, String peerAutonomousExadataInfrastructureId, String peerAutonomousContainerDatabaseDisplayName, CreateAutonomousContainerDatabaseBase.ProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, String peerCloudAutonomousVmClusterId, String peerAutonomousVmClusterId, String peerAutonomousContainerDatabaseCompartmentId, PeerAutonomousContainerDatabaseBackupConfig peerAutonomousContainerDatabaseBackupConfig, String peerDbUniqueName, String autonomousVmClusterId, String cloudAutonomousVmClusterId, String compartmentId, CreateAutonomousContainerDatabaseBase.PatchModel patchModel, MaintenanceWindow maintenanceWindowDetails, Integer standbyMaintenanceBufferInDays, CreateAutonomousContainerDatabaseBase.VersionPreference versionPreference, Boolean isDstFileUpdateEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, AutonomousContainerDatabaseBackupConfig backupConfig, String kmsKeyId, String kmsKeyVersionId, String vaultId, String keyStoreId, EncryptionKeyLocationDetails encryptionKeyLocationDetails, Integer dbSplitThreshold, Integer vmFailoverReservation, CreateAutonomousContainerDatabaseBase.DistributionAffinity distributionAffinity, CreateAutonomousContainerDatabaseBase.NetServicesArchitecture netServicesArchitecture, String sourceAutonomousContainerDatabaseId, Date timeStampToUseForCloning, Boolean shouldUseLatestAvailableBackupTimeStamp, CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneType cloneType, List<String> autonomousDatabasesToClone, CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth cloneBandWidth)Deprecated.
-