Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateMacsManagedCloudDatabaseInsightDetails.Builder |
CreateMacsManagedCloudDatabaseInsightDetails.Builder.deploymentType(CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType deploymentType)
Database Deployment Type (EXACS will be supported in the future)
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.