Class CreateDedicatedCatalogDetail
Details required for creation of ATP-D based catalog.
Inherited Members
Namespace: Oci.GloballydistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Globallydistributeddatabase.dll
Syntax
public class CreateDedicatedCatalogDetail
Properties
AdminPassword
Declaration
[Required(ErrorMessage = "AdminPassword is required.")]
[JsonProperty(PropertyName = "adminPassword")]
public string AdminPassword { get; set; }
Property Value
Type | Description |
---|---|
string | Admin password for the catalog database. |
Remarks
Required
CloudAutonomousVmClusterId
Declaration
[Required(ErrorMessage = "CloudAutonomousVmClusterId is required.")]
[JsonProperty(PropertyName = "cloudAutonomousVmClusterId")]
public string CloudAutonomousVmClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the cloud Autonomous Exadata VM Cluster. |
Remarks
Required
ComputeCount
Declaration
[Required(ErrorMessage = "ComputeCount is required.")]
[JsonProperty(PropertyName = "computeCount")]
public float? ComputeCount { get; set; }
Property Value
Type | Description |
---|---|
float? | The compute count for the catalog database. It has to be in multiple of 2. |
Remarks
Required
DataStorageSizeInGbs
Declaration
[Required(ErrorMessage = "DataStorageSizeInGbs is required.")]
[JsonProperty(PropertyName = "dataStorageSizeInGbs")]
public double DataStorageSizeInGbs { get; set; }
Property Value
Type | Description |
---|---|
double | The data disk group size to be allocated in GBs for the catalog database. |
Remarks
Required
EncryptionKeyDetails
Declaration
[JsonProperty(PropertyName = "encryptionKeyDetails")]
public DedicatedShardOrCatalogEncryptionKeyDetails EncryptionKeyDetails { get; set; }
Property Value
Type | Description |
---|---|
DedicatedShardOrCatalogEncryptionKeyDetails |
IsAutoScalingEnabled
Declaration
[Required(ErrorMessage = "IsAutoScalingEnabled is required.")]
[JsonProperty(PropertyName = "isAutoScalingEnabled")]
public bool? IsAutoScalingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Determines the auto-scaling mode for the catalog database. |
Remarks
Required
PeerCloudAutonomousVmClusterId
Declaration
[JsonProperty(PropertyName = "peerCloudAutonomousVmClusterId")]
public string PeerCloudAutonomousVmClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the peer cloud Autonomous Exadata VM Cluster. |