Class DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20250101") public final class DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster extends DistributedDatabaseCatalogGlobally distributed database catalog based on ExaDbXs.
Note: Objects should always be created or deserialized using theDistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.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 theDistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Builder, which maintain a set of all explicitly set fields calledDistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.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 classDistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Builderstatic classDistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.StatusStatus of EXADB_XS based catalog.-
Nested classes/interfaces inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
DistributedDatabaseCatalog.Source
-
-
Constructor Summary
Constructors Constructor Description DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Status status, String supportingResourceId, String containerDatabaseId, String availabilityDomain, DistributedDbStorageVault dbStorageVaultDetails, DistributedDbVmCluster vmClusterDetails, List<CatalogPeerWithExadbXsNewVaultAndCluster> peerDetails, DistributedDbMetadata metadata)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAvailabilityDomain()The name of the availability domain that the distributed database catalog will be located in.StringgetContainerDatabaseId()the identifier of the container database for underlying supporting resource.StringgetDbHomeId()The OCID of the Database Home.DistributedDbStorageVaultgetDbStorageVaultDetails()StringgetKmsKeyId()The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.StringgetKmsKeyVersionId()The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.DistributedDbMetadatagetMetadata()List<CatalogPeerWithExadbXsNewVaultAndCluster>getPeerDetails()Peer details for the catalog.StringgetShardGroup()The name of the shardGroup for the catalog.DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.StatusgetStatus()Status of EXADB_XS based catalog.StringgetSupportingResourceId()the identifier of the underlying supporting resource.StringgetVaultId()DistributedDbVmClustergetVmClusterDetails()inthashCode()DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseCatalog
getName, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster
@Deprecated public DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Status status, String supportingResourceId, String containerDatabaseId, String availabilityDomain, DistributedDbStorageVault dbStorageVaultDetails, DistributedDbVmCluster vmClusterDetails, List<CatalogPeerWithExadbXsNewVaultAndCluster> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-
-
Method Detail
-
builder
public static DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Builder builder()
Create a new builder.
-
toBuilder
public DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.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 DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster.Status getStatus()
Status of EXADB_XS based catalog.- 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
-
getAvailabilityDomain
public String getAvailabilityDomain()
The name of the availability domain that the distributed database catalog will be located in.- Returns:
- the value
-
getDbStorageVaultDetails
public DistributedDbStorageVault getDbStorageVaultDetails()
-
getVmClusterDetails
public DistributedDbVmCluster getVmClusterDetails()
-
getPeerDetails
public List<CatalogPeerWithExadbXsNewVaultAndCluster> getPeerDetails()
Peer details for the catalog.- Returns:
- the value
-
getMetadata
public DistributedDbMetadata getMetadata()
-
toString
public String toString()
- Overrides:
toStringin classDistributedDatabaseCatalog
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classDistributedDatabaseCatalog- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDistributedDatabaseCatalog
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDistributedDatabaseCatalog
-
-