@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousContainerDatabaseSummary extends Object
An Autonomous Container Database is a container database service that enables the customer to host one or more databases within the container database. A basic container database runs on a single Autonomous Exadata Infrastructure from an availability domain without the Extreme Availability features enabled.
Note: Objects should always be created or deserialized using the AutonomousContainerDatabaseSummary.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 AutonomousContainerDatabaseSummary.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 |
AutonomousContainerDatabaseSummary.Builder |
static class |
AutonomousContainerDatabaseSummary.LifecycleState
The current state of the Autonomous Container Database.
|
static class |
AutonomousContainerDatabaseSummary.PatchModel
Database Patch model preference.
|
static class |
AutonomousContainerDatabaseSummary.ServiceLevelAgreementType
The service level agreement type of the container database.
|
Constructor and Description |
---|
AutonomousContainerDatabaseSummary(String id,
String compartmentId,
String displayName,
AutonomousContainerDatabaseSummary.ServiceLevelAgreementType serviceLevelAgreementType,
String autonomousExadataInfrastructureId,
AutonomousContainerDatabaseSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
AutonomousContainerDatabaseSummary.PatchModel patchModel,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String availabilityDomain,
AutonomousContainerDatabaseBackupConfig backupConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousContainerDatabaseSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAutonomousExadataInfrastructureId()
The OCID of the Autonomous Exadata Infrastructure.
|
String |
getAvailabilityDomain()
The availability domain of the Autonomous Container Database.
|
AutonomousContainerDatabaseBackupConfig |
getBackupConfig() |
String |
getCompartmentId()
The OCID of the compartment.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
The user-provided name for the Autonomous Container Database.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the Autonomous Container Database.
|
String |
getLastMaintenanceRunId()
The OCID of the last maintenance run.
|
String |
getLifecycleDetails()
Additional information about the current lifecycleState.
|
AutonomousContainerDatabaseSummary.LifecycleState |
getLifecycleState()
The current state of the Autonomous Container Database.
|
String |
getNextMaintenanceRunId()
The OCID of the next maintenance run.
|
AutonomousContainerDatabaseSummary.PatchModel |
getPatchModel()
Database Patch model preference.
|
AutonomousContainerDatabaseSummary.ServiceLevelAgreementType |
getServiceLevelAgreementType()
The service level agreement type of the container database.
|
Date |
getTimeCreated()
The date and time the Autonomous was created.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","displayName","serviceLevelAgreementType","autonomousExadataInfrastructureId","lifecycleState","lifecycleDetails","timeCreated","patchModel","lastMaintenanceRunId","nextMaintenanceRunId","freeformTags","definedTags","availabilityDomain","backupConfig"}) @Deprecated public AutonomousContainerDatabaseSummary(String id, String compartmentId, String displayName, AutonomousContainerDatabaseSummary.ServiceLevelAgreementType serviceLevelAgreementType, String autonomousExadataInfrastructureId, AutonomousContainerDatabaseSummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, AutonomousContainerDatabaseSummary.PatchModel patchModel, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String availabilityDomain, AutonomousContainerDatabaseBackupConfig backupConfig)
public static AutonomousContainerDatabaseSummary.Builder builder()
Create a new builder.
public String getId()
The OCID of the Autonomous Container Database.
public String getCompartmentId()
The OCID of the compartment.
public String getDisplayName()
The user-provided name for the Autonomous Container Database.
public AutonomousContainerDatabaseSummary.ServiceLevelAgreementType getServiceLevelAgreementType()
The service level agreement type of the container database. The default is STANDARD.
public String getAutonomousExadataInfrastructureId()
The OCID of the Autonomous Exadata Infrastructure.
public AutonomousContainerDatabaseSummary.LifecycleState getLifecycleState()
The current state of the Autonomous Container Database.
public String getLifecycleDetails()
Additional information about the current lifecycleState.
public Date getTimeCreated()
The date and time the Autonomous was created.
public AutonomousContainerDatabaseSummary.PatchModel getPatchModel()
Database Patch model preference.
public String getLastMaintenanceRunId()
The OCID of the last maintenance run.
public String getNextMaintenanceRunId()
The OCID of the next maintenance run.
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.
Example: {\"Operations\": {\"CostCenter\": \"42\"}}
public String getAvailabilityDomain()
The availability domain of the Autonomous Container Database.
public AutonomousContainerDatabaseBackupConfig getBackupConfig()
Copyright © 2016–2019. All rights reserved.