@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class CreateMacsManagedCloudDatabaseInsightDetails extends CreateDatabaseInsightDetails
The information about database to be analyzed.
Note: Objects should always be created or deserialized using the CreateMacsManagedCloudDatabaseInsightDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CreateMacsManagedCloudDatabaseInsightDetails.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateMacsManagedCloudDatabaseInsightDetails.Builder |
static class |
CreateMacsManagedCloudDatabaseInsightDetails.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.
|
Modifier and Type | Method and Description |
---|---|
static CreateMacsManagedCloudDatabaseInsightDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
CredentialDetails |
getConnectionCredentialDetails() |
ConnectionDetails |
getConnectionDetails() |
String |
getDatabaseId()
The OCID of the database.
|
String |
getDatabaseResourceType()
OCI database resource type
|
CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType |
getDeploymentType()
Database Deployment Type (EXACS will be supported in the future)
|
String |
getManagementAgentId()
The OCID of the Management Agent
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
int |
hashCode() |
CreateMacsManagedCloudDatabaseInsightDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCompartmentId, getDefinedTags, getFreeformTags
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public 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)
public static CreateMacsManagedCloudDatabaseInsightDetails.Builder builder()
Create a new builder.
public CreateMacsManagedCloudDatabaseInsightDetails.Builder toBuilder()
public String getManagementAgentId()
The OCID of the Management Agent
public ConnectionDetails getConnectionDetails()
public CredentialDetails getConnectionCredentialDetails()
public String getDatabaseResourceType()
OCI database resource type
public CreateMacsManagedCloudDatabaseInsightDetails.DeploymentType getDeploymentType()
Database Deployment Type (EXACS will be supported in the future)
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
public String toString()
toString
in class CreateDatabaseInsightDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateDatabaseInsightDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateDatabaseInsightDetails
public int hashCode()
hashCode
in class CreateDatabaseInsightDetails
Copyright © 2016–2024. All rights reserved.