CreateBaseccVmClusterDetails

class oci.database.models.CreateBaseccVmClusterDetails(**kwargs)

Bases: object

Details for creating a BaseDB-C@C VM cluster. Applies to Base Database Service on Cloud@Customer instances only.

Attributes

DATABASE_EDITION_ENTERPRISE_EDITION A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails.
DATABASE_EDITION_ENTERPRISE_EDITION_DEVELOPER A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails.
DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails.
DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails.
DATABASE_EDITION_STANDARD_EDITION A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a CreateBaseccVmClusterDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a CreateBaseccVmClusterDetails.
VM_CLUSTER_TYPE_DEVELOPER A constant which can be used with the vm_cluster_type property of a CreateBaseccVmClusterDetails.
VM_CLUSTER_TYPE_REGULAR A constant which can be used with the vm_cluster_type property of a CreateBaseccVmClusterDetails.
additional_vm_storage_size_in_gbs Gets the additional_vm_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
base_infrastructure_id [Required] Gets the base_infrastructure_id of this CreateBaseccVmClusterDetails.
base_vm_cluster_network_id [Required] Gets the base_vm_cluster_network_id of this CreateBaseccVmClusterDetails.
cloud_automation_update_details Gets the cloud_automation_update_details of this CreateBaseccVmClusterDetails.
compartment_id [Required] Gets the compartment_id of this CreateBaseccVmClusterDetails.
cpu_core_count [Required] Gets the cpu_core_count of this CreateBaseccVmClusterDetails.
data_collection_options Gets the data_collection_options of this CreateBaseccVmClusterDetails.
data_storage_size_in_gbs Gets the data_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
database_edition Gets the database_edition of this CreateBaseccVmClusterDetails.
db_server_id Gets the db_server_id of this CreateBaseccVmClusterDetails.
defined_tags Gets the defined_tags of this CreateBaseccVmClusterDetails.
description Gets the description of this CreateBaseccVmClusterDetails.
display_name [Required] Gets the display_name of this CreateBaseccVmClusterDetails.
freeform_tags Gets the freeform_tags of this CreateBaseccVmClusterDetails.
gi_version [Required] Gets the gi_version of this CreateBaseccVmClusterDetails.
license_model Gets the license_model of this CreateBaseccVmClusterDetails.
memory_size_in_gbs Gets the memory_size_in_gbs of this CreateBaseccVmClusterDetails.
node_count Gets the node_count of this CreateBaseccVmClusterDetails.
reco_storage_size_in_gbs Gets the reco_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
ssh_public_keys [Required] Gets the ssh_public_keys of this CreateBaseccVmClusterDetails.
time_zone Gets the time_zone of this CreateBaseccVmClusterDetails.
vm_cluster_type Gets the vm_cluster_type of this CreateBaseccVmClusterDetails.

Methods

__init__(**kwargs) Initializes a new CreateBaseccVmClusterDetails object with values from keyword arguments.
DATABASE_EDITION_ENTERPRISE_EDITION = 'ENTERPRISE_EDITION'

A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails. This constant has a value of “ENTERPRISE_EDITION”

DATABASE_EDITION_ENTERPRISE_EDITION_DEVELOPER = 'ENTERPRISE_EDITION_DEVELOPER'

A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails. This constant has a value of “ENTERPRISE_EDITION_DEVELOPER”

DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE = 'ENTERPRISE_EDITION_EXTREME_PERFORMANCE'

A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails. This constant has a value of “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”

DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE = 'ENTERPRISE_EDITION_HIGH_PERFORMANCE'

A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails. This constant has a value of “ENTERPRISE_EDITION_HIGH_PERFORMANCE”

DATABASE_EDITION_STANDARD_EDITION = 'STANDARD_EDITION'

A constant which can be used with the database_edition property of a CreateBaseccVmClusterDetails. This constant has a value of “STANDARD_EDITION”

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a CreateBaseccVmClusterDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”

LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'

A constant which can be used with the license_model property of a CreateBaseccVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”

VM_CLUSTER_TYPE_DEVELOPER = 'DEVELOPER'

A constant which can be used with the vm_cluster_type property of a CreateBaseccVmClusterDetails. This constant has a value of “DEVELOPER”

VM_CLUSTER_TYPE_REGULAR = 'REGULAR'

A constant which can be used with the vm_cluster_type property of a CreateBaseccVmClusterDetails. This constant has a value of “REGULAR”

__init__(**kwargs)

Initializes a new CreateBaseccVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateBaseccVmClusterDetails.
  • database_edition (str) – The value to assign to the database_edition property of this CreateBaseccVmClusterDetails. Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_HIGH_PERFORMANCE”, “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”, “ENTERPRISE_EDITION_DEVELOPER”
  • node_count (int) – The value to assign to the node_count property of this CreateBaseccVmClusterDetails.
  • db_server_id (str) – The value to assign to the db_server_id property of this CreateBaseccVmClusterDetails.
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this CreateBaseccVmClusterDetails.
  • base_infrastructure_id (str) – The value to assign to the base_infrastructure_id property of this CreateBaseccVmClusterDetails.
  • base_vm_cluster_network_id (str) – The value to assign to the base_vm_cluster_network_id property of this CreateBaseccVmClusterDetails.
  • gi_version (str) – The value to assign to the gi_version property of this CreateBaseccVmClusterDetails.
  • data_collection_options (oci.database.models.DataCollectionOptions) – The value to assign to the data_collection_options property of this CreateBaseccVmClusterDetails.
  • description (str) – The value to assign to the description property of this CreateBaseccVmClusterDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateBaseccVmClusterDetails.
  • ssh_public_keys (list[str]) – The value to assign to the ssh_public_keys property of this CreateBaseccVmClusterDetails.
  • time_zone (str) – The value to assign to the time_zone property of this CreateBaseccVmClusterDetails.
  • additional_vm_storage_size_in_gbs (int) – The value to assign to the additional_vm_storage_size_in_gbs property of this CreateBaseccVmClusterDetails.
  • data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this CreateBaseccVmClusterDetails.
  • reco_storage_size_in_gbs (int) – The value to assign to the reco_storage_size_in_gbs property of this CreateBaseccVmClusterDetails.
  • memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this CreateBaseccVmClusterDetails.
  • license_model (str) – The value to assign to the license_model property of this CreateBaseccVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateBaseccVmClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateBaseccVmClusterDetails.
  • vm_cluster_type (str) – The value to assign to the vm_cluster_type property of this CreateBaseccVmClusterDetails. Allowed values for this property are: “REGULAR”, “DEVELOPER”
  • cloud_automation_update_details (oci.database.models.CloudAutomationUpdateDetails) – The value to assign to the cloud_automation_update_details property of this CreateBaseccVmClusterDetails.
additional_vm_storage_size_in_gbs

Gets the additional_vm_storage_size_in_gbs of this CreateBaseccVmClusterDetails. Total /u01 partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Returns:The additional_vm_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
Return type:int
base_infrastructure_id

[Required] Gets the base_infrastructure_id of this CreateBaseccVmClusterDetails. The OCID of Oracle Data Cloud@Customer Infrastructure.

Returns:The base_infrastructure_id of this CreateBaseccVmClusterDetails.
Return type:str
base_vm_cluster_network_id

[Required] Gets the base_vm_cluster_network_id of this CreateBaseccVmClusterDetails. The OCID of BaseDB-C@C VM Cluster Network.

Returns:The base_vm_cluster_network_id of this CreateBaseccVmClusterDetails.
Return type:str
cloud_automation_update_details

Gets the cloud_automation_update_details of this CreateBaseccVmClusterDetails.

Returns:The cloud_automation_update_details of this CreateBaseccVmClusterDetails.
Return type:oci.database.models.CloudAutomationUpdateDetails
compartment_id

[Required] Gets the compartment_id of this CreateBaseccVmClusterDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateBaseccVmClusterDetails.
Return type:str
cpu_core_count

[Required] Gets the cpu_core_count of this CreateBaseccVmClusterDetails. Total CPU cores for the BaseDB C@C VM cluster.

Returns:The cpu_core_count of this CreateBaseccVmClusterDetails.
Return type:int
data_collection_options

Gets the data_collection_options of this CreateBaseccVmClusterDetails.

Returns:The data_collection_options of this CreateBaseccVmClusterDetails.
Return type:oci.database.models.DataCollectionOptions
data_storage_size_in_gbs

Gets the data_storage_size_in_gbs of this CreateBaseccVmClusterDetails. The DATA Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Returns:The data_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
Return type:int
database_edition

Gets the database_edition of this CreateBaseccVmClusterDetails. 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.

Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_HIGH_PERFORMANCE”, “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”, “ENTERPRISE_EDITION_DEVELOPER”

Returns:The database_edition of this CreateBaseccVmClusterDetails.
Return type:str
db_server_id

Gets the db_server_id of this CreateBaseccVmClusterDetails. 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

Returns:The db_server_id of this CreateBaseccVmClusterDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateBaseccVmClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this CreateBaseccVmClusterDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateBaseccVmClusterDetails. The description for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Returns:The description of this CreateBaseccVmClusterDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateBaseccVmClusterDetails. 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.

Returns:The display_name of this CreateBaseccVmClusterDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateBaseccVmClusterDetails. 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.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateBaseccVmClusterDetails.
Return type:dict(str, str)
gi_version

[Required] Gets the gi_version of this CreateBaseccVmClusterDetails. A valid Oracle Grid Infrastructure (GI) software version.

Returns:The gi_version of this CreateBaseccVmClusterDetails.
Return type:str
license_model

Gets the license_model of this CreateBaseccVmClusterDetails. The Oracle license model that applies to the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The default is LICENSE_INCLUDED.

Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”

Returns:The license_model of this CreateBaseccVmClusterDetails.
Return type:str
memory_size_in_gbs

Gets the memory_size_in_gbs of this CreateBaseccVmClusterDetails. 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.

Returns:The memory_size_in_gbs of this CreateBaseccVmClusterDetails.
Return type:int
node_count

Gets the node_count of this CreateBaseccVmClusterDetails. The number of nodes in the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Returns:The node_count of this CreateBaseccVmClusterDetails.
Return type:int
reco_storage_size_in_gbs

Gets the reco_storage_size_in_gbs of this CreateBaseccVmClusterDetails. The RECO Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Returns:The reco_storage_size_in_gbs of this CreateBaseccVmClusterDetails.
Return type:int
ssh_public_keys

[Required] Gets the ssh_public_keys of this CreateBaseccVmClusterDetails. 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.

Returns:The ssh_public_keys of this CreateBaseccVmClusterDetails.
Return type:list[str]
time_zone

Gets the time_zone of this CreateBaseccVmClusterDetails. The time zone to use for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. For details, see Time Zones.

Returns:The time_zone of this CreateBaseccVmClusterDetails.
Return type:str
vm_cluster_type

Gets the vm_cluster_type of this CreateBaseccVmClusterDetails. The cluster type for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.

Allowed values for this property are: “REGULAR”, “DEVELOPER”

Returns:The vm_cluster_type of this CreateBaseccVmClusterDetails.
Return type:str