Uses of Class
com.oracle.bmc.database.model.AutonomousDatabase.Role
-
Packages that use AutonomousDatabase.Role Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousDatabase.Role in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabase.Role Modifier and Type Method Description static AutonomousDatabase.Role
AutonomousDatabase.Role. create(String key)
AutonomousDatabase.Role
AutonomousDatabase. getRole()
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.static AutonomousDatabase.Role
AutonomousDatabase.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabase.Role[]
AutonomousDatabase.Role. 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 AutonomousDatabase.Role Modifier and Type Method Description AutonomousDatabase.Builder
AutonomousDatabase.Builder. role(AutonomousDatabase.Role role)
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabase.Role Constructor Description AutonomousDatabase(String id, String compartmentId, String subscriptionId, AutonomousDatabase.LifecycleState lifecycleState, String lifecycleDetails, String kmsKeyId, String vaultId, String kmsKeyLifecycleDetails, AutonomousDatabaseEncryptionKeyDetails encryptionKey, String kmsKeyVersionId, String dbName, String characterSet, String ncharacterSet, Integer inMemoryPercentage, Integer inMemoryAreaInGBs, Date nextLongTermBackupTimeStamp, LongTermBackUpScheduleDetails longTermBackupSchedule, Boolean isFreeTier, Map<String,Map<String,Object>> systemTags, Date timeReclamationOfFreeAutonomousDatabase, Date timeDeletionOfFreeAutonomousDatabase, AutonomousDatabaseBackupConfig backupConfig, List<AutonomousDatabaseKeyHistoryEntry> keyHistoryEntry, List<AutonomousDatabaseEncryptionKeyHistoryEntry> encryptionKeyHistoryEntry, Integer cpuCoreCount, Integer localAdgAutoFailoverMaxDataLossLimit, AutonomousDatabase.ComputeModel computeModel, Float computeCount, Integer backupRetentionPeriodInDays, Double totalBackupStorageSizeInGBs, Float ocpuCount, List<Float> provisionableCpus, Integer dataStorageSizeInTBs, Integer memoryPerOracleComputeUnitInGBs, Integer dataStorageSizeInGBs, Integer usedDataStorageSizeInGBs, AutonomousDatabase.InfrastructureType infrastructureType, Boolean isDedicated, String autonomousContainerDatabaseId, Boolean isBackupRetentionLocked, Date timeUndeleted, Date timeCreated, String displayName, String serviceConsoleUrl, AutonomousDatabaseConnectionStrings connectionStrings, AutonomousDatabaseConnectionUrls connectionUrls, AutonomousDatabaseConnectionUrls publicConnectionUrls, AutonomousDatabase.LicenseModel licenseModel, Float byolComputeCountLimit, Integer usedDataStorageSizeInTBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String subnetId, List<String> nsgIds, String privateEndpoint, String publicEndpoint, String privateEndpointLabel, String privateEndpointIp, String dbVersion, Boolean isPreview, AutonomousDatabase.DbWorkload dbWorkload, Boolean isDevTier, Boolean isAccessControlEnabled, List<String> whitelistedIps, Boolean arePrimaryWhitelistedIpsUsed, List<String> standbyWhitelistedIps, AutonomousDatabaseApex apexDetails, Boolean isAutoScalingEnabled, AutonomousDatabase.DataSafeStatus dataSafeStatus, AutonomousDatabase.OperationsInsightsStatus operationsInsightsStatus, AutonomousDatabase.DatabaseManagementStatus databaseManagementStatus, Date timeMaintenanceBegin, Date timeMaintenanceEnd, String maintenanceTargetComponent, Boolean isRefreshableClone, Date timeOfLastRefresh, Date timeOfLastRefreshPoint, Date timeOfNextRefresh, AutonomousDatabase.OpenMode openMode, AutonomousDatabase.RefreshableStatus refreshableStatus, AutonomousDatabase.RefreshableMode refreshableMode, String sourceId, AutonomousDatabase.PermissionLevel permissionLevel, Date timeOfLastSwitchover, Date timeOfLastFailover, Boolean isDataGuardEnabled, Integer failedDataRecoveryInSeconds, AutonomousDatabaseStandbySummary standbyDb, Boolean isLocalDataGuardEnabled, Boolean isRemoteDataGuardEnabled, AutonomousDatabaseStandbySummary localStandbyDb, AutonomousDatabase.Role role, List<String> availableUpgradeVersions, String keyStoreId, String keyStoreWalletName, Integer autoRefreshFrequencyInSeconds, Integer autoRefreshPointLagInSeconds, Date timeOfAutoRefreshStart, List<String> supportedRegionsToCloneTo, List<CustomerContact> customerContacts, Date timeLocalDataGuardEnabled, AutonomousDatabase.DataguardRegionType dataguardRegionType, Date timeDataGuardRoleChanged, List<String> peerDbIds, Boolean isMtlsConnectionRequired, Date timeOfJoiningResourcePool, String resourcePoolLeaderId, ResourcePoolSummary resourcePoolSummary, Boolean isReconnectCloneEnabled, Date timeUntilReconnectCloneEnabled, AutonomousDatabase.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, Double allocatedStorageSizeInTBs, Double actualUsedDataStorageSizeInTBs, AutonomousDatabase.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, DisasterRecoveryConfiguration.DisasterRecoveryType localDisasterRecoveryType, AutonomousDatabase.DisasterRecoveryRegionType disasterRecoveryRegionType, Date timeDisasterRecoveryRoleChanged, DisasterRecoveryConfiguration remoteDisasterRecoveryConfiguration, AutonomousDatabase.NetServicesArchitecture netServicesArchitecture, String availabilityDomain, String clusterPlacementGroupId, List<Integer> cloneTableSpaceList)
Deprecated.
-