Class DbmResource
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.DbmResource
-
- Direct Known Subclasses:
ExternalExadataDatabaseSystemSummary
,ExternalExadataInfrastructure
,ExternalExadataInfrastructureSummary
,ExternalExadataStorageConnector
,ExternalExadataStorageConnectorSummary
,ExternalExadataStorageGrid
,ExternalExadataStorageGridSummary
,ExternalExadataStorageServer
,ExternalExadataStorageServerSummary
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class DbmResource extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The base Exadata resource.
Note: Objects should always be created or deserialized using theBuilder
. 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 theBuilder
, which maintain a set of all explicitly set fields calledBuilder#__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 Summary
Nested Classes Modifier and Type Class Description static class
DbmResource.LifecycleState
The current lifecycle state of the database resource.static class
DbmResource.ResourceType
The type of Exadata resource.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DbmResource(String id, String displayName, String version, String internalId, String status, DbmResource.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> additionalDetails)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,String>
getAdditionalDetails()
The additional details of the resource defined in {“key”: “value”} format.String
getDisplayName()
The name of the Exadata resource.String
getId()
The OCID of the Exadata resource.String
getInternalId()
The internal ID of the Exadata resource.String
getLifecycleDetails()
The details of the lifecycle state of the Exadata resource.DbmResource.LifecycleState
getLifecycleState()
The current lifecycle state of the database resource.String
getStatus()
The status of the Exadata resource.Date
getTimeCreated()
The timestamp of the creation of the Exadata resource.Date
getTimeUpdated()
The timestamp of the last update of the Exadata resource.String
getVersion()
The version of the Exadata resource.int
hashCode()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DbmResource
@Deprecated @ConstructorProperties({"id","displayName","version","internalId","status","lifecycleState","timeCreated","timeUpdated","lifecycleDetails","additionalDetails"}) protected DbmResource(String id, String displayName, String version, String internalId, String status, DbmResource.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> additionalDetails)
Deprecated.
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
The name of the Exadata resource.English letters, numbers, “-”, “_” and “.” only.
- Returns:
- the value
-
getVersion
public String getVersion()
The version of the Exadata resource.- Returns:
- the value
-
getInternalId
public String getInternalId()
The internal ID of the Exadata resource.- Returns:
- the value
-
getStatus
public String getStatus()
The status of the Exadata resource.- Returns:
- the value
-
getLifecycleState
public DbmResource.LifecycleState getLifecycleState()
The current lifecycle state of the database resource.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The timestamp of the creation of the Exadata resource.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The timestamp of the last update of the Exadata resource.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
The details of the lifecycle state of the Exadata resource.- Returns:
- the value
-
getAdditionalDetails
public Map<String,String> getAdditionalDetails()
The additional details of the resource defined in {“key”: “value”} format.Example: {“bar-key”: “value”}
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-