Class DistributedDatabaseCatalogWithExadbXs
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalogWithExadbXs
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20250101") public final class DistributedDatabaseCatalogWithExadbXs extends DistributedDatabaseCatalog
Globally distributed database catalog based on exadbxs.
Note: Objects should always be created or deserialized using theDistributedDatabaseCatalogWithExadbXs.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 theDistributedDatabaseCatalogWithExadbXs.Builder
, which maintain a set of all explicitly set fields calledDistributedDatabaseCatalogWithExadbXs.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 Summary
Nested Classes Modifier and Type Class Description static class
DistributedDatabaseCatalogWithExadbXs.Builder
static class
DistributedDatabaseCatalogWithExadbXs.Status
Status of catalog with VmCluster for the Globally ditributed database.-
Nested classes/interfaces inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
DistributedDatabaseCatalog.Source
-
-
Constructor Summary
Constructors Constructor Description DistributedDatabaseCatalogWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseCatalogWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<CatalogPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributedDatabaseCatalogWithExadbXs.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getContainerDatabaseId()
the identifier of the container database for underlying supporting resource.String
getDbHomeId()
The OCID of the Database Home.String
getKmsKeyId()
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.String
getKmsKeyVersionId()
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.DistributedDbMetadata
getMetadata()
List<CatalogPeerWithExadbXs>
getPeerDetails()
Peer details for the catalog.String
getShardGroup()
The name of the shardGroup for the catalog.DistributedDatabaseCatalogWithExadbXs.Status
getStatus()
Status of catalog with VmCluster for the Globally ditributed database.String
getSupportingResourceId()
the identifier of the underlying supporting resource.String
getVaultId()
String
getVmClusterId()
The OCID of the VmCluster.int
hashCode()
DistributedDatabaseCatalogWithExadbXs.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
getName, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
DistributedDatabaseCatalogWithExadbXs
@Deprecated public DistributedDatabaseCatalogWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseCatalogWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<CatalogPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-
-
Method Detail
-
builder
public static DistributedDatabaseCatalogWithExadbXs.Builder builder()
Create a new builder.
-
toBuilder
public DistributedDatabaseCatalogWithExadbXs.Builder toBuilder()
-
getShardGroup
public String getShardGroup()
The name of the shardGroup for the catalog.- Returns:
- the value
-
getVaultId
public String getVaultId()
The OCID of the Oracle Cloud Infrastructure vault.This parameter and kmsKeyId are required for Customer Managed Keys.
- Returns:
- the value
-
getKmsKeyId
public String getKmsKeyId()
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.- Returns:
- the value
-
getKmsKeyVersionId
public String getKmsKeyVersionId()
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.- Returns:
- the value
-
getStatus
public DistributedDatabaseCatalogWithExadbXs.Status getStatus()
Status of catalog with VmCluster for the Globally ditributed database.- Returns:
- the value
-
getSupportingResourceId
public String getSupportingResourceId()
the identifier of the underlying supporting resource.- Returns:
- the value
-
getContainerDatabaseId
public String getContainerDatabaseId()
the identifier of the container database for underlying supporting resource.- Returns:
- the value
-
getPeerDetails
public List<CatalogPeerWithExadbXs> getPeerDetails()
Peer details for the catalog.- Returns:
- the value
-
getMetadata
public DistributedDbMetadata getMetadata()
-
toString
public String toString()
- Overrides:
toString
in classDistributedDatabaseCatalog
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDistributedDatabaseCatalog
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDistributedDatabaseCatalog
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDistributedDatabaseCatalog
-
-