Show / Hide Table of Contents

Class DistributedDatabaseShardWithExadbXs

Globally distributed database shard based on exadbxs.

Inheritance
object
DistributedDatabaseShard
DistributedDatabaseShardWithExadbXs
Inherited Members
DistributedDatabaseShard.Name
DistributedDatabaseShard.TimeCreated
DistributedDatabaseShard.TimeUpdated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDatabaseShardWithExadbXs : DistributedDatabaseShard

Properties

ContainerDatabaseId

Declaration
[JsonProperty(PropertyName = "containerDatabaseId")]
public string ContainerDatabaseId { get; set; }
Property Value
Type Description
string

the identifier of the container database for underlying supporting resource.

DbHomeId

Declaration
[JsonProperty(PropertyName = "dbHomeId")]
public string DbHomeId { get; set; }
Property Value
Type Description
string

The OCID of the Database Home.

KmsKeyId

Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
Type Description
string

The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

KmsKeyVersionId

Declaration
[JsonProperty(PropertyName = "kmsKeyVersionId")]
public string KmsKeyVersionId { get; set; }
Property Value
Type Description
string

The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public DistributedDbMetadata Metadata { get; set; }
Property Value
Type Description
DistributedDbMetadata

PeerDetails

Declaration
[JsonProperty(PropertyName = "peerDetails")]
public List<ShardPeerWithExadbXs> PeerDetails { get; set; }
Property Value
Type Description
List<ShardPeerWithExadbXs>

Peer details for the shard.

ShardGroup

Declaration
[Required(ErrorMessage = "ShardGroup is required.")]
[JsonProperty(PropertyName = "shardGroup")]
public string ShardGroup { get; set; }
Property Value
Type Description
string

The name of the shardGroup for the shard.

Remarks

Required

ShardSpace

Declaration
[JsonProperty(PropertyName = "shardSpace")]
public string ShardSpace { get; set; }
Property Value
Type Description
string

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.

Status

Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DistributedDatabaseShardWithExadbXs.StatusEnum? Status { get; set; }
Property Value
Type Description
DistributedDatabaseShardWithExadbXs.StatusEnum?

Status of shard based on exadbxs for the Globally ditributed database.

Remarks

Required

SupportingResourceId

Declaration
[JsonProperty(PropertyName = "supportingResourceId")]
public string SupportingResourceId { get; set; }
Property Value
Type Description
string

the identifier of the underlying supporting resource.

VaultId

Declaration
[JsonProperty(PropertyName = "vaultId")]
public string VaultId { get; set; }
Property Value
Type Description
string

The OCID of the Oracle Cloud Infrastructure vault. This parameter and kmsKeyId are required for Customer Managed Keys.

VmClusterId

Declaration
[Required(ErrorMessage = "VmClusterId is required.")]
[JsonProperty(PropertyName = "vmClusterId")]
public string VmClusterId { get; set; }
Property Value
Type Description
string

The OCID of the VmCluster.

Remarks

Required

In this article
Back to top