@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExternalNonContainerDatabaseSummary extends Object
An Oracle Cloud Infrastructure external non-container database resource. This resource is used to manage a non-container database located outside of Oracle Cloud.
ExternalNonContainerDatabaseSummary.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 ExternalNonContainerDatabaseSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ExternalNonContainerDatabaseSummary.Builder |
static class |
ExternalNonContainerDatabaseSummary.DatabaseConfiguration
The Oracle Database configuration
|
static class |
ExternalNonContainerDatabaseSummary.DatabaseEdition
The Oracle Database edition.
|
static class |
ExternalNonContainerDatabaseSummary.LifecycleState
The current state of the Oracle Cloud Infrastructure external database resource.
|
Constructor and Description |
---|
ExternalNonContainerDatabaseSummary(OperationsInsightsConfig operationsInsightsConfig,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String id,
String lifecycleDetails,
ExternalNonContainerDatabaseSummary.LifecycleState lifecycleState,
Date timeCreated,
String dbUniqueName,
String dbId,
String databaseVersion,
ExternalNonContainerDatabaseSummary.DatabaseEdition databaseEdition,
String timeZone,
String characterSet,
String ncharacterSet,
String dbPacks,
ExternalNonContainerDatabaseSummary.DatabaseConfiguration databaseConfiguration,
DatabaseManagementConfig databaseManagementConfig,
StackMonitoringConfig stackMonitoringConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExternalNonContainerDatabaseSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCharacterSet()
The character set of the external database.
|
String |
getCompartmentId()
The OCID of the compartment.
|
ExternalNonContainerDatabaseSummary.DatabaseConfiguration |
getDatabaseConfiguration()
The Oracle Database configuration
|
ExternalNonContainerDatabaseSummary.DatabaseEdition |
getDatabaseEdition()
The Oracle Database edition.
|
DatabaseManagementConfig |
getDatabaseManagementConfig() |
String |
getDatabaseVersion()
The Oracle Database version.
|
String |
getDbId()
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
|
String |
getDbPacks()
The database packs licensed for the external Oracle Database.
|
String |
getDbUniqueName()
The
DB_UNIQUE_NAME of the external database. |
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
The user-friendly name for the external database.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the Oracle Cloud Infrastructure external database resource.
|
String |
getLifecycleDetails()
Additional information about the current lifecycle state.
|
ExternalNonContainerDatabaseSummary.LifecycleState |
getLifecycleState()
The current state of the Oracle Cloud Infrastructure external database resource.
|
String |
getNcharacterSet()
The national character of the external database.
|
OperationsInsightsConfig |
getOperationsInsightsConfig() |
StackMonitoringConfig |
getStackMonitoringConfig() |
Date |
getTimeCreated()
The date and time the database was created.
|
String |
getTimeZone()
The time zone of the external database.
|
int |
hashCode() |
ExternalNonContainerDatabaseSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"operationsInsightsConfig","compartmentId","freeformTags","definedTags","displayName","id","lifecycleDetails","lifecycleState","timeCreated","dbUniqueName","dbId","databaseVersion","databaseEdition","timeZone","characterSet","ncharacterSet","dbPacks","databaseConfiguration","databaseManagementConfig","stackMonitoringConfig"}) public ExternalNonContainerDatabaseSummary(OperationsInsightsConfig operationsInsightsConfig, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String id, String lifecycleDetails, ExternalNonContainerDatabaseSummary.LifecycleState lifecycleState, Date timeCreated, String dbUniqueName, String dbId, String databaseVersion, ExternalNonContainerDatabaseSummary.DatabaseEdition databaseEdition, String timeZone, String characterSet, String ncharacterSet, String dbPacks, ExternalNonContainerDatabaseSummary.DatabaseConfiguration databaseConfiguration, DatabaseManagementConfig databaseManagementConfig, StackMonitoringConfig stackMonitoringConfig)
public static ExternalNonContainerDatabaseSummary.Builder builder()
Create a new builder.
public ExternalNonContainerDatabaseSummary.Builder toBuilder()
public OperationsInsightsConfig getOperationsInsightsConfig()
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
public String getDisplayName()
The user-friendly name for the external database. The name does not have to be unique.
public String getId()
The OCID of the Oracle Cloud Infrastructure external database resource.
public String getLifecycleDetails()
Additional information about the current lifecycle state.
public ExternalNonContainerDatabaseSummary.LifecycleState getLifecycleState()
The current state of the Oracle Cloud Infrastructure external database resource.
public Date getTimeCreated()
The date and time the database was created.
public String getDbUniqueName()
The DB_UNIQUE_NAME
of the external database.
public String getDbId()
The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
public String getDatabaseVersion()
The Oracle Database version.
public ExternalNonContainerDatabaseSummary.DatabaseEdition getDatabaseEdition()
The Oracle Database edition.
public String getTimeZone()
The time zone of the external database. It is a time zone offset (a character type in the format ‘[+|-]TZH:TZM’) or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
public String getCharacterSet()
The character set of the external database.
public String getNcharacterSet()
The national character of the external database.
public String getDbPacks()
The database packs licensed for the external Oracle Database.
public ExternalNonContainerDatabaseSummary.DatabaseConfiguration getDatabaseConfiguration()
The Oracle Database configuration
public DatabaseManagementConfig getDatabaseManagementConfig()
public StackMonitoringConfig getStackMonitoringConfig()
Copyright © 2016–2022. All rights reserved.