Uses of Class
com.oracle.bmc.opsi.model.CreatePeComanagedDatabaseInsightDetails.DeploymentType
-
Packages that use CreatePeComanagedDatabaseInsightDetails.DeploymentType Package Description com.oracle.bmc.opsi.model -
-
Uses of CreatePeComanagedDatabaseInsightDetails.DeploymentType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CreatePeComanagedDatabaseInsightDetails.DeploymentType Modifier and Type Method Description static CreatePeComanagedDatabaseInsightDetails.DeploymentType
CreatePeComanagedDatabaseInsightDetails.DeploymentType. create(String key)
CreatePeComanagedDatabaseInsightDetails.DeploymentType
CreatePeComanagedDatabaseInsightDetails. getDeploymentType()
Database Deployment Typestatic CreatePeComanagedDatabaseInsightDetails.DeploymentType
CreatePeComanagedDatabaseInsightDetails.DeploymentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreatePeComanagedDatabaseInsightDetails.DeploymentType[]
CreatePeComanagedDatabaseInsightDetails.DeploymentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type CreatePeComanagedDatabaseInsightDetails.DeploymentType Modifier and Type Method Description CreatePeComanagedDatabaseInsightDetails.Builder
CreatePeComanagedDatabaseInsightDetails.Builder. deploymentType(CreatePeComanagedDatabaseInsightDetails.DeploymentType deploymentType)
Database Deployment TypeConstructors in com.oracle.bmc.opsi.model with parameters of type CreatePeComanagedDatabaseInsightDetails.DeploymentType Constructor Description CreatePeComanagedDatabaseInsightDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String databaseId, String databaseResourceType, String opsiPrivateEndpointId, String dbmPrivateEndpointId, String serviceName, CredentialDetails credentialDetails, PeComanagedDatabaseConnectionDetails connectionDetails, CreatePeComanagedDatabaseInsightDetails.DeploymentType deploymentType, Map<String,Map<String,Object>> systemTags)
Deprecated.
-