CreateAutonomousVmClusterDetails

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

Bases: object

Details for the create Autonomous VM cluster operation.

Attributes

COMPUTE_MODEL_ECPU A constant which can be used with the compute_model property of a CreateAutonomousVmClusterDetails.
COMPUTE_MODEL_OCPU A constant which can be used with the compute_model property of a CreateAutonomousVmClusterDetails.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a CreateAutonomousVmClusterDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a CreateAutonomousVmClusterDetails.
autonomous_data_storage_size_in_tbs Gets the autonomous_data_storage_size_in_tbs of this CreateAutonomousVmClusterDetails.
compartment_id [Required] Gets the compartment_id of this CreateAutonomousVmClusterDetails.
compute_model Gets the compute_model of this CreateAutonomousVmClusterDetails.
cpu_core_count_per_node Gets the cpu_core_count_per_node of this CreateAutonomousVmClusterDetails.
db_servers Gets the db_servers of this CreateAutonomousVmClusterDetails.
defined_tags Gets the defined_tags of this CreateAutonomousVmClusterDetails.
display_name [Required] Gets the display_name of this CreateAutonomousVmClusterDetails.
exadata_infrastructure_id [Required] Gets the exadata_infrastructure_id of this CreateAutonomousVmClusterDetails.
freeform_tags Gets the freeform_tags of this CreateAutonomousVmClusterDetails.
is_local_backup_enabled Gets the is_local_backup_enabled of this CreateAutonomousVmClusterDetails.
is_mtls_enabled Gets the is_mtls_enabled of this CreateAutonomousVmClusterDetails.
license_model Gets the license_model of this CreateAutonomousVmClusterDetails.
maintenance_window_details Gets the maintenance_window_details of this CreateAutonomousVmClusterDetails.
memory_per_oracle_compute_unit_in_gbs Gets the memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
scan_listener_port_non_tls Gets the scan_listener_port_non_tls of this CreateAutonomousVmClusterDetails.
scan_listener_port_tls Gets the scan_listener_port_tls of this CreateAutonomousVmClusterDetails.
time_zone Gets the time_zone of this CreateAutonomousVmClusterDetails.
total_container_databases Gets the total_container_databases of this CreateAutonomousVmClusterDetails.
vm_cluster_network_id [Required] Gets the vm_cluster_network_id of this CreateAutonomousVmClusterDetails.

Methods

__init__(**kwargs) Initializes a new CreateAutonomousVmClusterDetails object with values from keyword arguments.
COMPUTE_MODEL_ECPU = 'ECPU'

A constant which can be used with the compute_model property of a CreateAutonomousVmClusterDetails. This constant has a value of “ECPU”

COMPUTE_MODEL_OCPU = 'OCPU'

A constant which can be used with the compute_model property of a CreateAutonomousVmClusterDetails. This constant has a value of “OCPU”

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a CreateAutonomousVmClusterDetails. 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 CreateAutonomousVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”

__init__(**kwargs)

Initializes a new CreateAutonomousVmClusterDetails 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 CreateAutonomousVmClusterDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateAutonomousVmClusterDetails.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this CreateAutonomousVmClusterDetails.
  • vm_cluster_network_id (str) – The value to assign to the vm_cluster_network_id property of this CreateAutonomousVmClusterDetails.
  • time_zone (str) – The value to assign to the time_zone property of this CreateAutonomousVmClusterDetails.
  • is_local_backup_enabled (bool) – The value to assign to the is_local_backup_enabled property of this CreateAutonomousVmClusterDetails.
  • license_model (str) – The value to assign to the license_model property of this CreateAutonomousVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • total_container_databases (int) – The value to assign to the total_container_databases property of this CreateAutonomousVmClusterDetails.
  • cpu_core_count_per_node (int) – The value to assign to the cpu_core_count_per_node property of this CreateAutonomousVmClusterDetails.
  • compute_model (str) – The value to assign to the compute_model property of this CreateAutonomousVmClusterDetails. Allowed values for this property are: “ECPU”, “OCPU”
  • memory_per_oracle_compute_unit_in_gbs (int) – The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this CreateAutonomousVmClusterDetails.
  • autonomous_data_storage_size_in_tbs (float) – The value to assign to the autonomous_data_storage_size_in_tbs property of this CreateAutonomousVmClusterDetails.
  • maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this CreateAutonomousVmClusterDetails.
  • db_servers (list[str]) – The value to assign to the db_servers property of this CreateAutonomousVmClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAutonomousVmClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAutonomousVmClusterDetails.
  • scan_listener_port_tls (int) – The value to assign to the scan_listener_port_tls property of this CreateAutonomousVmClusterDetails.
  • scan_listener_port_non_tls (int) – The value to assign to the scan_listener_port_non_tls property of this CreateAutonomousVmClusterDetails.
  • is_mtls_enabled (bool) – The value to assign to the is_mtls_enabled property of this CreateAutonomousVmClusterDetails.
autonomous_data_storage_size_in_tbs

Gets the autonomous_data_storage_size_in_tbs of this CreateAutonomousVmClusterDetails. The data disk group size to be allocated for Autonomous Databases, in TBs.

Returns:The autonomous_data_storage_size_in_tbs of this CreateAutonomousVmClusterDetails.
Return type:float
compartment_id

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

Returns:The compartment_id of this CreateAutonomousVmClusterDetails.
Return type:str
compute_model

Gets the compute_model of this CreateAutonomousVmClusterDetails. The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy.

Allowed values for this property are: “ECPU”, “OCPU”

Returns:The compute_model of this CreateAutonomousVmClusterDetails.
Return type:str
cpu_core_count_per_node

Gets the cpu_core_count_per_node of this CreateAutonomousVmClusterDetails. The number of CPU cores to enable per VM cluster node.

Returns:The cpu_core_count_per_node of this CreateAutonomousVmClusterDetails.
Return type:int
db_servers

Gets the db_servers of this CreateAutonomousVmClusterDetails. The list of OCIDs of the Db servers.

Returns:The db_servers of this CreateAutonomousVmClusterDetails.
Return type:list[str]
defined_tags

Gets the defined_tags of this CreateAutonomousVmClusterDetails. 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 CreateAutonomousVmClusterDetails.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CreateAutonomousVmClusterDetails. The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

Returns:The display_name of this CreateAutonomousVmClusterDetails.
Return type:str
exadata_infrastructure_id

[Required] Gets the exadata_infrastructure_id of this CreateAutonomousVmClusterDetails. The OCID of the Exadata infrastructure.

Returns:The exadata_infrastructure_id of this CreateAutonomousVmClusterDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateAutonomousVmClusterDetails. 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 CreateAutonomousVmClusterDetails.
Return type:dict(str, str)
is_local_backup_enabled

Gets the is_local_backup_enabled of this CreateAutonomousVmClusterDetails. If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

Returns:The is_local_backup_enabled of this CreateAutonomousVmClusterDetails.
Return type:bool
is_mtls_enabled

Gets the is_mtls_enabled of this CreateAutonomousVmClusterDetails. Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

Returns:The is_mtls_enabled of this CreateAutonomousVmClusterDetails.
Return type:bool
license_model

Gets the license_model of this CreateAutonomousVmClusterDetails. The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE.

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

Returns:The license_model of this CreateAutonomousVmClusterDetails.
Return type:str
maintenance_window_details

Gets the maintenance_window_details of this CreateAutonomousVmClusterDetails.

Returns:The maintenance_window_details of this CreateAutonomousVmClusterDetails.
Return type:oci.database.models.MaintenanceWindow
memory_per_oracle_compute_unit_in_gbs

Gets the memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails. The amount of memory (in GBs) to be enabled per OCPU or ECPU.

Returns:The memory_per_oracle_compute_unit_in_gbs of this CreateAutonomousVmClusterDetails.
Return type:int
scan_listener_port_non_tls

Gets the scan_listener_port_non_tls of this CreateAutonomousVmClusterDetails. The SCAN Listener Non TLS port number. Default value is 1521.

Returns:The scan_listener_port_non_tls of this CreateAutonomousVmClusterDetails.
Return type:int
scan_listener_port_tls

Gets the scan_listener_port_tls of this CreateAutonomousVmClusterDetails. The SCAN Listener TLS port number. Default value is 2484.

Returns:The scan_listener_port_tls of this CreateAutonomousVmClusterDetails.
Return type:int
time_zone

Gets the time_zone of this CreateAutonomousVmClusterDetails. The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

Returns:The time_zone of this CreateAutonomousVmClusterDetails.
Return type:str
total_container_databases

Gets the total_container_databases of this CreateAutonomousVmClusterDetails. The total number of Autonomous Container Databases that can be created.

Returns:The total_container_databases of this CreateAutonomousVmClusterDetails.
Return type:int
vm_cluster_network_id

[Required] Gets the vm_cluster_network_id of this CreateAutonomousVmClusterDetails. The OCID of the VM cluster network.

Returns:The vm_cluster_network_id of this CreateAutonomousVmClusterDetails.
Return type:str