Uses of Class
com.oracle.bmc.psql.model.OdspInsightDetails
-
Packages that use OdspInsightDetails Package Description com.oracle.bmc.psql.model -
-
Uses of OdspInsightDetails in com.oracle.bmc.psql.model
Subclasses of OdspInsightDetails in com.oracle.bmc.psql.model Modifier and Type Class Description classDisabledInsightDetailsDisable Insight for the database system.classEnabledInsightDetailsEnable or Update Existing Insights for the database system.Methods in com.oracle.bmc.psql.model that return OdspInsightDetails Modifier and Type Method Description OdspInsightDetailsCreateDbSystemDetails. getOdspInsightDetails()OdspInsightDetailsDbSystem. getOdspInsightDetails()OdspInsightDetailsUpdateDbSystemDetails. getOdspInsightDetails()Methods in com.oracle.bmc.psql.model with parameters of type OdspInsightDetails Modifier and Type Method Description CreateDbSystemDetails.BuilderCreateDbSystemDetails.Builder. odspInsightDetails(OdspInsightDetails odspInsightDetails)DbSystem.BuilderDbSystem.Builder. odspInsightDetails(OdspInsightDetails odspInsightDetails)UpdateDbSystemDetails.BuilderUpdateDbSystemDetails.Builder. odspInsightDetails(OdspInsightDetails odspInsightDetails)Constructors in com.oracle.bmc.psql.model with parameters of type OdspInsightDetails Constructor Description CreateDbSystemDetails(String displayName, String description, String compartmentId, DbSystem.SystemType systemType, String dbVersion, String configId, StorageDetails storageDetails, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, Integer instanceCount, List<CreateDbInstanceDetails> instancesDetails, Credentials credentials, NetworkDetails networkDetails, ManagementPolicyDetails managementPolicy, SourceDetails source, CreateReplicationConfigDetails replicationConfig, OdspInsightDetails odspInsightDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.DbSystem(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, String adminUsername, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DbSystem.SystemType systemType, DbSystem.SystemRole systemRole, ReplicationConfig replicationConfig, String dbVersion, String configId, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, Integer instanceCount, List<DbInstance> instances, StorageDetails storageDetails, NetworkDetails networkDetails, ManagementPolicy managementPolicy, SourceDetails source, KerberosAuthDetails kerberosAuthDetails, OdspInsightDetails odspInsightDetails)Deprecated.UpdateDbSystemDetails(String displayName, String description, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, UpdateDbConfigParams dbConfigurationParams, ManagementPolicyDetails managementPolicy, UpdateStorageDetailsParams storageDetails, UpdateReplicationConfigDetails replicationConfig, UpdateNetworkDetails networkDetails, KerberosAuthDetails kerberosAuthDetails, OdspInsightDetails odspInsightDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-