Package com.oracle.bmc.opsi.model
Class DBExternalProperties
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.DatabaseConfigurationMetricGroup
- 
- com.oracle.bmc.opsi.model.DBExternalProperties
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class DBExternalProperties extends DatabaseConfigurationMetricGroupConfiguration parameters defined for external databases.
 Note: Objects should always be created or deserialized using theDBExternalProperties.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 theDBExternalProperties.Builder, which maintain a set of all explicitly set fields calledDBExternalProperties.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDBExternalProperties.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.opsi.model.DatabaseConfigurationMetricGroupDatabaseConfigurationMetricGroup.MetricName
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DBExternalProperties.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCdb()Indicates if it is a CDB or not.StringgetControlFileType()Type of control file.DategetCreated()Creation time.StringgetDatabaseRole()Current role of the database.StringgetGuardStatus()Data protection policy.StringgetLogMode()Archive log mode.StringgetName()Name of the database.StringgetOpenMode()Open mode information.StringgetPlatformName()Platform name of the database, OS with architecture.StringgetSwitchoverStatus()Indicates whether switchover is allowed.inthashCode()DBExternalProperties.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.opsi.model.DatabaseConfigurationMetricGroupgetTimeCollected
 
- 
 
- 
- 
- 
Method Detail- 
builderpublic static DBExternalProperties.Builder builder() Create a new builder.
 - 
toBuilderpublic DBExternalProperties.Builder toBuilder() 
 - 
getNamepublic String getName() Name of the database.- Returns:
- the value
 
 - 
getLogModepublic String getLogMode() Archive log mode.- Returns:
- the value
 
 - 
getCdbpublic String getCdb() Indicates if it is a CDB or not.This would be ‘yes’ or ‘no’. - Returns:
- the value
 
 - 
getOpenModepublic String getOpenMode() Open mode information.- Returns:
- the value
 
 - 
getDatabaseRolepublic String getDatabaseRole() Current role of the database.- Returns:
- the value
 
 - 
getGuardStatuspublic String getGuardStatus() Data protection policy.- Returns:
- the value
 
 - 
getPlatformNamepublic String getPlatformName() Platform name of the database, OS with architecture.- Returns:
- the value
 
 - 
getControlFileTypepublic String getControlFileType() Type of control file.- Returns:
- the value
 
 - 
getSwitchoverStatuspublic String getSwitchoverStatus() Indicates whether switchover is allowed.- Returns:
- the value
 
 - 
getCreatedpublic Date getCreated() Creation time.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- DatabaseConfigurationMetricGroup
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- DatabaseConfigurationMetricGroup
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- DatabaseConfigurationMetricGroup
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DatabaseConfigurationMetricGroup
 
 
- 
 
-