UpdateCloudAutonomousVmClusterDetails

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

Bases: object

Details for updating the cloud Autonomous VM cluster.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a UpdateCloudAutonomousVmClusterDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a UpdateCloudAutonomousVmClusterDetails.
autonomous_data_storage_size_in_tbs Gets the autonomous_data_storage_size_in_tbs of this UpdateCloudAutonomousVmClusterDetails.
cpu_core_count_per_node Gets the cpu_core_count_per_node of this UpdateCloudAutonomousVmClusterDetails.
defined_tags Gets the defined_tags of this UpdateCloudAutonomousVmClusterDetails.
description Gets the description of this UpdateCloudAutonomousVmClusterDetails.
display_name Gets the display_name of this UpdateCloudAutonomousVmClusterDetails.
freeform_tags Gets the freeform_tags of this UpdateCloudAutonomousVmClusterDetails.
license_model Gets the license_model of this UpdateCloudAutonomousVmClusterDetails.
maintenance_window_details Gets the maintenance_window_details of this UpdateCloudAutonomousVmClusterDetails.
nsg_ids Gets the nsg_ids of this UpdateCloudAutonomousVmClusterDetails.
total_container_databases Gets the total_container_databases of this UpdateCloudAutonomousVmClusterDetails.

Methods

__init__(**kwargs) Initializes a new UpdateCloudAutonomousVmClusterDetails object with values from keyword arguments.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

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

__init__(**kwargs)

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

Parameters:
  • description (str) – The value to assign to the description property of this UpdateCloudAutonomousVmClusterDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateCloudAutonomousVmClusterDetails.
  • maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this UpdateCloudAutonomousVmClusterDetails.
  • autonomous_data_storage_size_in_tbs (float) – The value to assign to the autonomous_data_storage_size_in_tbs property of this UpdateCloudAutonomousVmClusterDetails.
  • cpu_core_count_per_node (int) – The value to assign to the cpu_core_count_per_node property of this UpdateCloudAutonomousVmClusterDetails.
  • total_container_databases (int) – The value to assign to the total_container_databases property of this UpdateCloudAutonomousVmClusterDetails.
  • license_model (str) – The value to assign to the license_model property of this UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCloudAutonomousVmClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCloudAutonomousVmClusterDetails.
autonomous_data_storage_size_in_tbs

Gets the autonomous_data_storage_size_in_tbs of this UpdateCloudAutonomousVmClusterDetails. The new value of autonomous data storage (in TBs) for the Autonomous VM cluster.

Returns:The autonomous_data_storage_size_in_tbs of this UpdateCloudAutonomousVmClusterDetails.
Return type:float
cpu_core_count_per_node

Gets the cpu_core_count_per_node of this UpdateCloudAutonomousVmClusterDetails. The new value of cpus per Autonomous VM cluster per node for the Autonomous VM cluster.

Returns:The cpu_core_count_per_node of this UpdateCloudAutonomousVmClusterDetails.
Return type:int
defined_tags

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

Gets the description of this UpdateCloudAutonomousVmClusterDetails. User defined description of the cloud Autonomous VM cluster.

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

Gets the display_name of this UpdateCloudAutonomousVmClusterDetails. The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.

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

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

Gets the license_model of this UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails.
Return type:str
maintenance_window_details

Gets the maintenance_window_details of this UpdateCloudAutonomousVmClusterDetails.

Returns:The maintenance_window_details of this UpdateCloudAutonomousVmClusterDetails.
Return type:oci.database.models.MaintenanceWindow
nsg_ids

Gets the nsg_ids of this UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails.
Return type:list[str]
total_container_databases

Gets the total_container_databases of this UpdateCloudAutonomousVmClusterDetails. The new value of maximum number of ACDs for the Autonomous VM cluster.

Returns:The total_container_databases of this UpdateCloudAutonomousVmClusterDetails.
Return type:int