UpdateAutonomousVmClusterDetails

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

Bases: object

Details for updating the Autonomous VM cluster.

Attributes

DISTRIBUTION_ALGORITHM_DISTRIBUTION_OPTIMIZED A constant which can be used with the distribution_algorithm property of a UpdateAutonomousVmClusterDetails.
DISTRIBUTION_ALGORITHM_RESOURCE_OPTIMIZED A constant which can be used with the distribution_algorithm property of a UpdateAutonomousVmClusterDetails.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails.
autonomous_data_storage_size_in_tbs Gets the autonomous_data_storage_size_in_tbs of this UpdateAutonomousVmClusterDetails.
cpu_core_count_per_node Gets the cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails.
defined_tags Gets the defined_tags of this UpdateAutonomousVmClusterDetails.
distribution_algorithm Gets the distribution_algorithm of this UpdateAutonomousVmClusterDetails.
freeform_tags Gets the freeform_tags of this UpdateAutonomousVmClusterDetails.
is_mtls_enabled Gets the is_mtls_enabled of this UpdateAutonomousVmClusterDetails.
license_model Gets the license_model of this UpdateAutonomousVmClusterDetails.
maintenance_window_details Gets the maintenance_window_details of this UpdateAutonomousVmClusterDetails.
scan_listener_port_non_tls Gets the scan_listener_port_non_tls of this UpdateAutonomousVmClusterDetails.
scan_listener_port_tls Gets the scan_listener_port_tls of this UpdateAutonomousVmClusterDetails.
time_zone Gets the time_zone of this UpdateAutonomousVmClusterDetails.
total_container_databases Gets the total_container_databases of this UpdateAutonomousVmClusterDetails.

Methods

__init__(**kwargs) Initializes a new UpdateAutonomousVmClusterDetails object with values from keyword arguments.
DISTRIBUTION_ALGORITHM_DISTRIBUTION_OPTIMIZED = 'DISTRIBUTION_OPTIMIZED'

A constant which can be used with the distribution_algorithm property of a UpdateAutonomousVmClusterDetails. This constant has a value of “DISTRIBUTION_OPTIMIZED”

DISTRIBUTION_ALGORITHM_RESOURCE_OPTIMIZED = 'RESOURCE_OPTIMIZED'

A constant which can be used with the distribution_algorithm property of a UpdateAutonomousVmClusterDetails. This constant has a value of “RESOURCE_OPTIMIZED”

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

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

__init__(**kwargs)

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

Parameters:
  • maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this UpdateAutonomousVmClusterDetails.
  • license_model (str) – The value to assign to the license_model property of this UpdateAutonomousVmClusterDetails. 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 UpdateAutonomousVmClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAutonomousVmClusterDetails.
  • autonomous_data_storage_size_in_tbs (float) – The value to assign to the autonomous_data_storage_size_in_tbs property of this UpdateAutonomousVmClusterDetails.
  • cpu_core_count_per_node (int) – The value to assign to the cpu_core_count_per_node property of this UpdateAutonomousVmClusterDetails.
  • total_container_databases (int) – The value to assign to the total_container_databases property of this UpdateAutonomousVmClusterDetails.
  • time_zone (str) – The value to assign to the time_zone property of this UpdateAutonomousVmClusterDetails.
  • scan_listener_port_tls (int) – The value to assign to the scan_listener_port_tls property of this UpdateAutonomousVmClusterDetails.
  • scan_listener_port_non_tls (int) – The value to assign to the scan_listener_port_non_tls property of this UpdateAutonomousVmClusterDetails.
  • is_mtls_enabled (bool) – The value to assign to the is_mtls_enabled property of this UpdateAutonomousVmClusterDetails.
  • distribution_algorithm (str) – The value to assign to the distribution_algorithm property of this UpdateAutonomousVmClusterDetails. Allowed values for this property are: “RESOURCE_OPTIMIZED”, “DISTRIBUTION_OPTIMIZED”
autonomous_data_storage_size_in_tbs

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

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

Gets the cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails. 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 UpdateAutonomousVmClusterDetails.
Return type:int
defined_tags

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

Gets the distribution_algorithm of this UpdateAutonomousVmClusterDetails. The distribution algorithm used for the Autonomous VM cluster.

Allowed values for this property are: “RESOURCE_OPTIMIZED”, “DISTRIBUTION_OPTIMIZED”

Returns:The distribution_algorithm of this UpdateAutonomousVmClusterDetails.
Return type:str
freeform_tags

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

Gets the is_mtls_enabled of this UpdateAutonomousVmClusterDetails. Enable mutual TLS(mTLS) authentication for database. Default is TLS.

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

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

Gets the maintenance_window_details of this UpdateAutonomousVmClusterDetails.

Returns:The maintenance_window_details of this UpdateAutonomousVmClusterDetails.
Return type:oci.database.models.MaintenanceWindow
scan_listener_port_non_tls

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

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

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

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

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

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

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

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