@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class DbSystemSummary extends Object
A summary of a DB System.
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
__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 |
DbSystemSummary.Builder |
Constructor and Description |
---|
DbSystemSummary(String id,
String displayName,
String description,
String compartmentId,
Boolean isAnalyticsClusterAttached,
AnalyticsClusterSummary analyticsCluster,
String availabilityDomain,
String faultDomain,
List<DbSystemEndpoint> endpoints,
DbSystem.LifecycleState lifecycleState,
String mysqlVersion,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DbSystemSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
AnalyticsClusterSummary |
getAnalyticsCluster() |
String |
getAvailabilityDomain()
The Availability Domain where the primary DB System should be located.
|
String |
getCompartmentId()
The OCID of the compartment the DB System belongs in.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
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 name of the Fault Domain the DB System is located in.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getId()
The OCID of the DB System.
|
Boolean |
getIsAnalyticsClusterAttached()
If the DB System has an Analytics Cluster attached.
|
DbSystem.LifecycleState |
getLifecycleState()
The current state of the DB System.
|
String |
getMysqlVersion()
Name of the MySQL Version in use for 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() |
@ConstructorProperties(value={"id","displayName","description","compartmentId","isAnalyticsClusterAttached","analyticsCluster","availabilityDomain","faultDomain","endpoints","lifecycleState","mysqlVersion","timeCreated","timeUpdated","freeformTags","definedTags"}) @Deprecated public DbSystemSummary(String id, String displayName, String description, String compartmentId, Boolean isAnalyticsClusterAttached, AnalyticsClusterSummary analyticsCluster, String availabilityDomain, String faultDomain, List<DbSystemEndpoint> endpoints, DbSystem.LifecycleState lifecycleState, String mysqlVersion, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
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 getIsAnalyticsClusterAttached()
If the DB System has an Analytics Cluster attached.
public AnalyticsClusterSummary getAnalyticsCluster()
public String getAvailabilityDomain()
The Availability Domain where the primary DB System should be located.
public String getFaultDomain()
The name of the Fault Domain the DB System is located in.
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 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\"}}
Copyright © 2016–2021. All rights reserved.