@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExternalNonContainerDatabase extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
an external Oracle non-container database.
Note: Objects should always be created or deserialized using the ExternalNonContainerDatabase.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 ExternalNonContainerDatabase.Builder
, which maintain a
set of all explicitly set fields called ExternalNonContainerDatabase.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ExternalNonContainerDatabase.Builder |
static class |
ExternalNonContainerDatabase.DatabaseConfiguration
The Oracle Database configuration
|
static class |
ExternalNonContainerDatabase.DatabaseEdition
The Oracle Database edition.
|
static class |
ExternalNonContainerDatabase.LifecycleState
The current state of the Oracle Cloud Infrastructure external database resource.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ExternalNonContainerDatabase(OperationsInsightsConfig operationsInsightsConfig,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String id,
String lifecycleDetails,
ExternalNonContainerDatabase.LifecycleState lifecycleState,
Date timeCreated,
String dbUniqueName,
String dbId,
String databaseVersion,
ExternalNonContainerDatabase.DatabaseEdition databaseEdition,
String timeZone,
String characterSet,
String ncharacterSet,
String dbPacks,
ExternalNonContainerDatabase.DatabaseConfiguration databaseConfiguration,
DatabaseManagementConfig databaseManagementConfig,
StackMonitoringConfig stackMonitoringConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExternalNonContainerDatabase.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCharacterSet()
The character set of the external database.
|
String |
getCompartmentId()
The OCID of the
compartment.
|
ExternalNonContainerDatabase.DatabaseConfiguration |
getDatabaseConfiguration()
The Oracle Database configuration
|
ExternalNonContainerDatabase.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.
|
ExternalNonContainerDatabase.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() |
ExternalNonContainerDatabase.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"operationsInsightsConfig","compartmentId","freeformTags","definedTags","displayName","id","lifecycleDetails","lifecycleState","timeCreated","dbUniqueName","dbId","databaseVersion","databaseEdition","timeZone","characterSet","ncharacterSet","dbPacks","databaseConfiguration","databaseManagementConfig","stackMonitoringConfig"}) public ExternalNonContainerDatabase(OperationsInsightsConfig operationsInsightsConfig, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, String id, String lifecycleDetails, ExternalNonContainerDatabase.LifecycleState lifecycleState, Date timeCreated, String dbUniqueName, String dbId, String databaseVersion, ExternalNonContainerDatabase.DatabaseEdition databaseEdition, String timeZone, String characterSet, String ncharacterSet, String dbPacks, ExternalNonContainerDatabase.DatabaseConfiguration databaseConfiguration, DatabaseManagementConfig databaseManagementConfig, StackMonitoringConfig stackMonitoringConfig)
public static ExternalNonContainerDatabase.Builder builder()
Create a new builder.
public ExternalNonContainerDatabase.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 ExternalNonContainerDatabase.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 ExternalNonContainerDatabase.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 ExternalNonContainerDatabase.DatabaseConfiguration getDatabaseConfiguration()
The Oracle Database configuration
public DatabaseManagementConfig getDatabaseManagementConfig()
public StackMonitoringConfig getStackMonitoringConfig()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.