Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static CreatePeComanagedDatabaseInsightDetails.DeploymentType |
CreatePeComanagedDatabaseInsightDetails.DeploymentType.create(String key) |
CreatePeComanagedDatabaseInsightDetails.DeploymentType |
CreatePeComanagedDatabaseInsightDetails.getDeploymentType()
Database Deployment Type
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
CreatePeComanagedDatabaseInsightDetails.Builder |
CreatePeComanagedDatabaseInsightDetails.Builder.deploymentType(CreatePeComanagedDatabaseInsightDetails.DeploymentType deploymentType)
Database Deployment Type
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.