Class DistributedDatabaseShardWithExadbXs
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShard
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShardWithExadbXs
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20250101") public final class DistributedDatabaseShardWithExadbXs extends DistributedDatabaseShard
Globally distributed database shard based on exadbxs.
Note: Objects should always be created or deserialized using theDistributedDatabaseShardWithExadbXs.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 theDistributedDatabaseShardWithExadbXs.Builder
, which maintain a set of all explicitly set fields calledDistributedDatabaseShardWithExadbXs.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
DistributedDatabaseShardWithExadbXs.Builder
static class
DistributedDatabaseShardWithExadbXs.Status
Status of shard based on exadbxs for the Globally ditributed database.-
Nested classes/interfaces inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShard
DistributedDatabaseShard.Source
-
-
Constructor Summary
Constructors Constructor Description DistributedDatabaseShardWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributedDatabaseShardWithExadbXs.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<ShardPeerWithExadbXs>
getPeerDetails()
Peer details for the shard.String
getShardGroup()
The name of the shardGroup for the shard.String
getShardSpace()
The shard space name for the Globally distributed database.DistributedDatabaseShardWithExadbXs.Status
getStatus()
Status of shard based on exadbxs 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()
DistributedDatabaseShardWithExadbXs.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.distributeddatabase.model.DistributedDatabaseShard
getName, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
DistributedDatabaseShardWithExadbXs
@Deprecated public DistributedDatabaseShardWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-
-
Method Detail
-
builder
public static DistributedDatabaseShardWithExadbXs.Builder builder()
Create a new builder.
-
toBuilder
public DistributedDatabaseShardWithExadbXs.Builder toBuilder()
-
getShardGroup
public String getShardGroup()
The name of the shardGroup for the shard.- Returns:
- the value
-
getShardSpace
public String getShardSpace()
The shard space name for the Globally distributed database.Shard space for existing shard cannot be changed, once shard is created. Shard space name shall be used while creation of new shards.
- 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 DistributedDatabaseShardWithExadbXs.Status getStatus()
Status of shard based on exadbxs 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<ShardPeerWithExadbXs> getPeerDetails()
Peer details for the shard.- Returns:
- the value
-
getMetadata
public DistributedDbMetadata getMetadata()
-
toString
public String toString()
- Overrides:
toString
in classDistributedDatabaseShard
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDistributedDatabaseShard
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDistributedDatabaseShard
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDistributedDatabaseShard
-
-