@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class DbSystemSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A summary of a DB System.
Note: Objects should always be created or deserialized using the DbSystemSummary.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 DbSystemSummary.Builder
, which maintain a
set of all explicitly set fields called DbSystemSummary.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 |
DbSystemSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DbSystemSummary(String id,
String displayName,
String description,
String compartmentId,
Boolean isHighlyAvailable,
DbSystemPlacement currentPlacement,
Boolean isHeatWaveClusterAttached,
HeatWaveClusterSummary heatWaveCluster,
String availabilityDomain,
String faultDomain,
List<DbSystemEndpoint> endpoints,
DbSystem.LifecycleState lifecycleState,
String mysqlVersion,
Date timeCreated,
Date timeUpdated,
DeletionPolicyDetails deletionPolicy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
BackupPolicy backupPolicy,
String shapeName,
CrashRecoveryStatus crashRecovery,
DatabaseManagementStatus databaseManagement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DbSystemSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAvailabilityDomain()
The availability domain on which to deploy the Read/Write endpoint.
|
BackupPolicy |
getBackupPolicy() |
String |
getCompartmentId()
The OCID of the compartment the DB System belongs in.
|
CrashRecoveryStatus |
getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or
disabled, and whether to enable or disable syncing of the Binary Logs.
|
DbSystemPlacement |
getCurrentPlacement() |
DatabaseManagementStatus |
getDatabaseManagement()
Whether to enable monitoring via the Database Management service.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
DeletionPolicyDetails |
getDeletionPolicy() |
String |
getDescription()
User-provided data about the DB System.
|
String |
getDisplayName()
The user-friendly name for the DB System.
|
List<DbSystemEndpoint> |
getEndpoints()
The network endpoints available for this DB System.
|
String |
getFaultDomain()
The fault domain on which to deploy the Read/Write endpoint.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
HeatWaveClusterSummary |
getHeatWaveCluster() |
String |
getId()
The OCID of the DB System.
|
Boolean |
getIsHeatWaveClusterAttached()
If the DB System has a HeatWave Cluster attached.
|
Boolean |
getIsHighlyAvailable()
Specifies if the DB System is highly available.
|
DbSystem.LifecycleState |
getLifecycleState()
The current state of the DB System.
|
String |
getMysqlVersion()
Name of the MySQL Version in use for the DB System.
|
String |
getShapeName()
The shape of the primary instances of the DB System.
|
Date |
getTimeCreated()
The date and time the DB System was created.
|
Date |
getTimeUpdated()
The time the DB System was last updated.
|
int |
hashCode() |
DbSystemSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","description","compartmentId","isHighlyAvailable","currentPlacement","isHeatWaveClusterAttached","heatWaveCluster","availabilityDomain","faultDomain","endpoints","lifecycleState","mysqlVersion","timeCreated","timeUpdated","deletionPolicy","freeformTags","definedTags","backupPolicy","shapeName","crashRecovery","databaseManagement"}) public DbSystemSummary(String id, String displayName, String description, String compartmentId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, List<DbSystemEndpoint> endpoints, DbSystem.LifecycleState lifecycleState, String mysqlVersion, Date timeCreated, Date timeUpdated, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, BackupPolicy backupPolicy, String shapeName, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement)
public static DbSystemSummary.Builder builder()
Create a new builder.
public DbSystemSummary.Builder toBuilder()
public String getId()
The OCID of the DB System.
public String getDisplayName()
The user-friendly name for the DB System. It does not have to be unique.
public String getDescription()
User-provided data about the DB System.
public String getCompartmentId()
The OCID of the compartment the DB System belongs in.
public Boolean getIsHighlyAvailable()
Specifies if the DB System is highly available.
public DbSystemPlacement getCurrentPlacement()
public Boolean getIsHeatWaveClusterAttached()
If the DB System has a HeatWave Cluster attached.
public HeatWaveClusterSummary getHeatWaveCluster()
public String getAvailabilityDomain()
The availability domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other availability domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the availability domain in which the DB System is placed.
public String getFaultDomain()
The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other fault domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the fault domain in which the DB System is placed.
public List<DbSystemEndpoint> getEndpoints()
The network endpoints available for this DB System.
public DbSystem.LifecycleState getLifecycleState()
The current state of the DB System.
public String getMysqlVersion()
Name of the MySQL Version in use for the DB System.
public Date getTimeCreated()
The date and time the DB System was created.
public Date getTimeUpdated()
The time the DB System was last updated.
public DeletionPolicyDetails getDeletionPolicy()
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope. Exists for
cross-compatibility only. Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace": {"bar-key": "value"}}
public BackupPolicy getBackupPolicy()
public String getShapeName()
The shape of the primary instances of the DB System. The shape determines resources allocated
to a DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM
(or bare metal) shapes. To get a list of shapes, use (the listShapes
operation.
public CrashRecoveryStatus getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
public DatabaseManagementStatus getDatabaseManagement()
Whether to enable monitoring via the Database Management service.
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.