Class CreateBaseccVmClusterDetails
Details for creating a BaseDB-C@C VM cluster. Applies to Base Database Service on Cloud@Customer instances only.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateBaseccVmClusterDetails
Properties
AdditionalVmStorageSizeInGBs
Declaration
[JsonProperty(PropertyName = "additionalVmStorageSizeInGBs")]
public int? AdditionalVmStorageSizeInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total /u01 partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
BaseInfrastructureId
Declaration
[Required(ErrorMessage = "BaseInfrastructureId is required.")]
[JsonProperty(PropertyName = "baseInfrastructureId")]
public string BaseInfrastructureId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of Oracle Data Cloud@Customer Infrastructure. |
Remarks
Required
BaseVmClusterNetworkId
Declaration
[Required(ErrorMessage = "BaseVmClusterNetworkId is required.")]
[JsonProperty(PropertyName = "baseVmClusterNetworkId")]
public string BaseVmClusterNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of BaseDB-C@C VM Cluster Network. |
Remarks
Required
CloudAutomationUpdateDetails
Declaration
[JsonProperty(PropertyName = "cloudAutomationUpdateDetails")]
public CloudAutomationUpdateDetails CloudAutomationUpdateDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudAutomationUpdateDetails |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment. |
Remarks
Required
CpuCoreCount
Declaration
[Required(ErrorMessage = "CpuCoreCount is required.")]
[JsonProperty(PropertyName = "cpuCoreCount")]
public int? CpuCoreCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total CPU cores for the BaseDB C@C VM cluster. |
Remarks
Required
DataCollectionOptions
Declaration
[JsonProperty(PropertyName = "dataCollectionOptions")]
public DataCollectionOptions DataCollectionOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| DataCollectionOptions |
DataStorageSizeInGBs
Declaration
[JsonProperty(PropertyName = "dataStorageSizeInGBs")]
public int? DataStorageSizeInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The DATA Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
DatabaseEdition
Declaration
[JsonProperty(PropertyName = "databaseEdition")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateBaseccVmClusterDetails.DatabaseEditionEnum? DatabaseEdition { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateBaseccVmClusterDetails.DatabaseEditionEnum? | The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE. |
DbServerId
Declaration
[JsonProperty(PropertyName = "dbServerId")]
public string DbServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compute node of the Oracle Data Cloud@Customer Infrastructure, on which the VM should be launched. Note: Applies to single node Base Database Service on Cloud@Customer (BaseDB-C@C) VM clusters only |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The description for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user-friendly name for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The name does not need to be unique. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
|
GiVersion
Declaration
[Required(ErrorMessage = "GiVersion is required.")]
[JsonProperty(PropertyName = "giVersion")]
public string GiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A valid Oracle Grid Infrastructure (GI) software version. |
Remarks
Required
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateBaseccVmClusterDetails.LicenseModelEnum? LicenseModel { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateBaseccVmClusterDetails.LicenseModelEnum? | The Oracle license model that applies to the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The default is LICENSE_INCLUDED. |
MemorySizeInGBs
Declaration
[JsonProperty(PropertyName = "memorySizeInGBs")]
public int? MemorySizeInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The total memory to be allocated, in GBs, for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The minimum is 11GB for every 4 ECPU. |
NodeCount
Declaration
[JsonProperty(PropertyName = "nodeCount")]
public int? NodeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of nodes in the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
RecoStorageSizeInGBs
Declaration
[JsonProperty(PropertyName = "recoStorageSizeInGBs")]
public int? RecoStorageSizeInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The RECO Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
SshPublicKeys
Declaration
[Required(ErrorMessage = "SshPublicKeys is required.")]
[JsonProperty(PropertyName = "sshPublicKeys")]
public List<string> SshPublicKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The public key portion of one or more key pairs used for SSH access to the VMs of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |
Remarks
Required
TimeZone
Declaration
[JsonProperty(PropertyName = "timeZone")]
public string TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The time zone to use for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. For details, see Time Zones. |
VmClusterType
Declaration
[JsonProperty(PropertyName = "vmClusterType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateBaseccVmClusterDetails.VmClusterTypeEnum? VmClusterType { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateBaseccVmClusterDetails.VmClusterTypeEnum? | The cluster type for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. |