Show / Hide Table of Contents

Class CreateDistributedDatabaseShardDatabaseDetails

Details for creating a distributed database shard.

Inheritance
object
CreateDistributedDatabaseShardDatabaseDetails
CreateDistributedDatabaseShardDatabaseWithDbHomeDetails
CreateDistributedDatabaseShardDatabaseWithExadbXdDetails
CreateDistributedDatabaseShardDatabaseWithExadbXsDetails
CreateDistributedDatabaseShardWithExadbXsNewClusterDetails
CreateDistributedDatabaseShardWithExadbXsNewVaultAndClusterDetails
Inherited Members
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
[JsonConverter(typeof(CreateDistributedDatabaseShardDatabaseDetailsModelConverter))]
public class CreateDistributedDatabaseShardDatabaseDetails

Properties

TdeWalletPassword

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

The password to open the TDE wallet. The password must be 9 to 255 characters and contain at least two uppercase letters, two lowercase letters, two numeric characters, and two special characters. The allowed special characters are _, \#, and -.

TdeWalletPasswordSecretId

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

The OCID of the OCI vault secret. This cannot be used in conjunction with tdeWalletPassword.

TdeWalletPasswordSecretVersionNumber

Declaration
[JsonProperty(PropertyName = "tdeWalletPasswordSecretVersionNumber")]
public int? TdeWalletPasswordSecretVersionNumber { get; set; }
Property Value
Type Description
int?

The version of the vault secret. If no version is specified, the latest version will be used.

In this article
Back to top