CreateCloudAutonomousVmClusterDetails¶
-
class
oci.database.models.
CreateCloudAutonomousVmClusterDetails
(**kwargs)¶ Bases:
object
Details for the create cloud Autonomous VM cluster operation.
Attributes
COMPUTE_MODEL_ECPU
A constant which can be used with the compute_model property of a CreateCloudAutonomousVmClusterDetails. COMPUTE_MODEL_OCPU
A constant which can be used with the compute_model property of a CreateCloudAutonomousVmClusterDetails. LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a CreateCloudAutonomousVmClusterDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a CreateCloudAutonomousVmClusterDetails. autonomous_data_storage_size_in_tbs
Gets the autonomous_data_storage_size_in_tbs of this CreateCloudAutonomousVmClusterDetails. cloud_exadata_infrastructure_id
[Required] Gets the cloud_exadata_infrastructure_id of this CreateCloudAutonomousVmClusterDetails. cluster_time_zone
Gets the cluster_time_zone of this CreateCloudAutonomousVmClusterDetails. compartment_id
[Required] Gets the compartment_id of this CreateCloudAutonomousVmClusterDetails. compute_model
Gets the compute_model of this CreateCloudAutonomousVmClusterDetails. cpu_core_count_per_node
Gets the cpu_core_count_per_node of this CreateCloudAutonomousVmClusterDetails. db_servers
Gets the db_servers of this CreateCloudAutonomousVmClusterDetails. defined_tags
Gets the defined_tags of this CreateCloudAutonomousVmClusterDetails. description
Gets the description of this CreateCloudAutonomousVmClusterDetails. display_name
[Required] Gets the display_name of this CreateCloudAutonomousVmClusterDetails. freeform_tags
Gets the freeform_tags of this CreateCloudAutonomousVmClusterDetails. is_mtls_enabled_vm_cluster
Gets the is_mtls_enabled_vm_cluster of this CreateCloudAutonomousVmClusterDetails. license_model
Gets the license_model of this CreateCloudAutonomousVmClusterDetails. maintenance_window_details
Gets the maintenance_window_details of this CreateCloudAutonomousVmClusterDetails. memory_per_oracle_compute_unit_in_gbs
Gets the memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails. nsg_ids
Gets the nsg_ids of this CreateCloudAutonomousVmClusterDetails. scan_listener_port_non_tls
Gets the scan_listener_port_non_tls of this CreateCloudAutonomousVmClusterDetails. scan_listener_port_tls
Gets the scan_listener_port_tls of this CreateCloudAutonomousVmClusterDetails. security_attributes
Gets the security_attributes of this CreateCloudAutonomousVmClusterDetails. subnet_id
[Required] Gets the subnet_id of this CreateCloudAutonomousVmClusterDetails. total_container_databases
Gets the total_container_databases of this CreateCloudAutonomousVmClusterDetails. Methods
__init__
(**kwargs)Initializes a new CreateCloudAutonomousVmClusterDetails object with values from keyword arguments. -
COMPUTE_MODEL_ECPU
= 'ECPU'¶ A constant which can be used with the compute_model property of a CreateCloudAutonomousVmClusterDetails. This constant has a value of “ECPU”
-
COMPUTE_MODEL_OCPU
= 'OCPU'¶ A constant which can be used with the compute_model property of a CreateCloudAutonomousVmClusterDetails. 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 CreateCloudAutonomousVmClusterDetails. 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 CreateCloudAutonomousVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new CreateCloudAutonomousVmClusterDetails 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 CreateCloudAutonomousVmClusterDetails.
- description (str) – The value to assign to the description property of this CreateCloudAutonomousVmClusterDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateCloudAutonomousVmClusterDetails.
- display_name (str) – The value to assign to the display_name property of this CreateCloudAutonomousVmClusterDetails.
- cloud_exadata_infrastructure_id (str) – The value to assign to the cloud_exadata_infrastructure_id property of this CreateCloudAutonomousVmClusterDetails.
- total_container_databases (int) – The value to assign to the total_container_databases property of this CreateCloudAutonomousVmClusterDetails.
- cpu_core_count_per_node (int) – The value to assign to the cpu_core_count_per_node property of this CreateCloudAutonomousVmClusterDetails.
- memory_per_oracle_compute_unit_in_gbs (int) – The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this CreateCloudAutonomousVmClusterDetails.
- autonomous_data_storage_size_in_tbs (float) – The value to assign to the autonomous_data_storage_size_in_tbs property of this CreateCloudAutonomousVmClusterDetails.
- cluster_time_zone (str) – The value to assign to the cluster_time_zone property of this CreateCloudAutonomousVmClusterDetails.
- compute_model (str) – The value to assign to the compute_model property of this CreateCloudAutonomousVmClusterDetails. Allowed values for this property are: “ECPU”, “OCPU”
- is_mtls_enabled_vm_cluster (bool) – The value to assign to the is_mtls_enabled_vm_cluster property of this CreateCloudAutonomousVmClusterDetails.
- db_servers (list[str]) – The value to assign to the db_servers property of this CreateCloudAutonomousVmClusterDetails.
- maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this CreateCloudAutonomousVmClusterDetails.
- scan_listener_port_tls (int) – The value to assign to the scan_listener_port_tls property of this CreateCloudAutonomousVmClusterDetails.
- scan_listener_port_non_tls (int) – The value to assign to the scan_listener_port_non_tls property of this CreateCloudAutonomousVmClusterDetails.
- license_model (str) – The value to assign to the license_model property of this CreateCloudAutonomousVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateCloudAutonomousVmClusterDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCloudAutonomousVmClusterDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCloudAutonomousVmClusterDetails.
- security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this CreateCloudAutonomousVmClusterDetails.
-
autonomous_data_storage_size_in_tbs
¶ Gets the autonomous_data_storage_size_in_tbs of this CreateCloudAutonomousVmClusterDetails. The data disk group size to be allocated for Autonomous Databases, in TBs.
Returns: The autonomous_data_storage_size_in_tbs of this CreateCloudAutonomousVmClusterDetails. Return type: float
-
cloud_exadata_infrastructure_id
¶ [Required] Gets the cloud_exadata_infrastructure_id of this CreateCloudAutonomousVmClusterDetails. The OCID of the cloud Exadata infrastructure.
Returns: The cloud_exadata_infrastructure_id of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
cluster_time_zone
¶ Gets the cluster_time_zone of this CreateCloudAutonomousVmClusterDetails. The time zone to use for the Cloud Autonomous VM cluster. For details, see DB System Time Zones.
Returns: The cluster_time_zone of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCloudAutonomousVmClusterDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
compute_model
¶ Gets the compute_model of this CreateCloudAutonomousVmClusterDetails. The compute model of the Cloud 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 CreateCloudAutonomousVmClusterDetails. Return type: str
-
cpu_core_count_per_node
¶ Gets the cpu_core_count_per_node of this CreateCloudAutonomousVmClusterDetails. The number of CPU cores to be enabled per VM cluster node.
Returns: The cpu_core_count_per_node of this CreateCloudAutonomousVmClusterDetails. Return type: int
-
db_servers
¶ Gets the db_servers of this CreateCloudAutonomousVmClusterDetails. The list of database servers.
Returns: The db_servers of this CreateCloudAutonomousVmClusterDetails. Return type: list[str]
Gets the defined_tags of this CreateCloudAutonomousVmClusterDetails. 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 CreateCloudAutonomousVmClusterDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateCloudAutonomousVmClusterDetails. User defined description of the cloud Autonomous VM cluster.
Returns: The description of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateCloudAutonomousVmClusterDetails. The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
Returns: The display_name of this CreateCloudAutonomousVmClusterDetails. Return type: str
Gets the freeform_tags of this CreateCloudAutonomousVmClusterDetails. 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 CreateCloudAutonomousVmClusterDetails. Return type: dict(str, str)
-
is_mtls_enabled_vm_cluster
¶ Gets the is_mtls_enabled_vm_cluster of this CreateCloudAutonomousVmClusterDetails. Enable mutual TLS(mTLS) authentication for database at time of provisioning a VMCluster. This is applicable to database TLS Certificates only. Default is TLS
Returns: The is_mtls_enabled_vm_cluster of this CreateCloudAutonomousVmClusterDetails. Return type: bool
-
license_model
¶ Gets the license_model of this CreateCloudAutonomousVmClusterDetails. The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an Autonomous Database Serverless] database, if a value is not specified, the system defaults the value to BRING_YOUR_OWN_LICENSE. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
maintenance_window_details
¶ Gets the maintenance_window_details of this CreateCloudAutonomousVmClusterDetails.
Returns: The maintenance_window_details of this CreateCloudAutonomousVmClusterDetails. Return type: oci.database.models.MaintenanceWindow
-
memory_per_oracle_compute_unit_in_gbs
¶ Gets the memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails. The amount of memory (in GBs) to be enabled per OCPU or ECPU.
Returns: The memory_per_oracle_compute_unit_in_gbs of this CreateCloudAutonomousVmClusterDetails. Return type: int
-
nsg_ids
¶ Gets the nsg_ids of this CreateCloudAutonomousVmClusterDetails. The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
Returns: The nsg_ids of this CreateCloudAutonomousVmClusterDetails. Return type: list[str]
-
scan_listener_port_non_tls
¶ Gets the scan_listener_port_non_tls of this CreateCloudAutonomousVmClusterDetails. The SCAN Listener Non TLS port. Default is 1521.
Returns: The scan_listener_port_non_tls of this CreateCloudAutonomousVmClusterDetails. Return type: int
-
scan_listener_port_tls
¶ Gets the scan_listener_port_tls of this CreateCloudAutonomousVmClusterDetails. The SCAN Listener TLS port. Default is 2484.
Returns: The scan_listener_port_tls of this CreateCloudAutonomousVmClusterDetails. Return type: int
-
security_attributes
¶ Gets the security_attributes of this CreateCloudAutonomousVmClusterDetails. Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}}
Returns: The security_attributes of this CreateCloudAutonomousVmClusterDetails. Return type: dict(str, dict(str, object))
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateCloudAutonomousVmClusterDetails. The OCID of the subnet the cloud Autonomous VM Cluster is associated with.
Returns: The subnet_id of this CreateCloudAutonomousVmClusterDetails. Return type: str
-
total_container_databases
¶ Gets the total_container_databases of this CreateCloudAutonomousVmClusterDetails. The total number of Autonomous Container Databases that can be created.
Returns: The total_container_databases of this CreateCloudAutonomousVmClusterDetails. Return type: int
-