Uses of Class
com.oracle.bmc.opsi.model.CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType
-
Packages that use CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType Package Description com.oracle.bmc.opsi.model -
-
Uses of CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType Modifier and Type Method Description static CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType
CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType. create(String key)
CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType
CreateMacsManagedCloudDatabaseInsightDetails. getDeploymentType()
Database Deployment Type (EXACS will be supported in the future)static CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType
CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType[]
CreateMacsManagedCloudDatabaseInsightDetails.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 CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType Modifier and Type Method Description CreateMacsManagedCloudDatabaseInsightDetails.Builder
CreateMacsManagedCloudDatabaseInsightDetails.Builder. deploymentType(CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType deploymentType)
Database Deployment Type (EXACS will be supported in the future)Constructors in com.oracle.bmc.opsi.model with parameters of type CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType Constructor Description CreateMacsManagedCloudDatabaseInsightDetails(String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String databaseId, String managementAgentId, ConnectionDetails connectionDetails, CredentialDetails connectionCredentialDetails, String databaseResourceType, CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType deploymentType, Map<String,Map<String,Object>> systemTags)
Deprecated.
-