Show / Hide Table of Contents

Class DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster

Globally distributed database catalog based on ExaDbXs.

Inheritance
object
DistributedDatabaseCatalog
DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster
Inherited Members
DistributedDatabaseCatalog.Name
DistributedDatabaseCatalog.TimeCreated
DistributedDatabaseCatalog.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 DistributedDatabaseCatalogWithExadbXsNewVaultAndCluster : DistributedDatabaseCatalog

Properties

AvailabilityDomain

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

The name of the availability domain that the distributed database catalog will be located in.

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.

DbStorageVaultDetails

Declaration
[JsonProperty(PropertyName = "dbStorageVaultDetails")]
public DistributedDbStorageVault DbStorageVaultDetails { get; set; }
Property Value
Type Description
DistributedDbStorageVault

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<CatalogPeerWithExadbXsNewVaultAndCluster> PeerDetails { get; set; }
Property Value
Type Description
List<CatalogPeerWithExadbXsNewVaultAndCluster>

Peer details for the catalog.

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 catalog.

Remarks

Required

Status

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

Status of EXADB_XS based catalog.

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.

VmClusterDetails

Declaration
[JsonProperty(PropertyName = "vmClusterDetails")]
public DistributedDbVmCluster VmClusterDetails { get; set; }
Property Value
Type Description
DistributedDbVmCluster
In this article
Back to top