ruạṛ
a N��f�3 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�%UpdateCloudAutonomousVmClusterDetailsz? Details for updating the cloud Autonomous VM cluster. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )aP Initializes a new UpdateCloudAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateCloudAutonomousVmClusterDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateCloudAutonomousVmClusterDetails. :type display_name: str :param maintenance_window_details: The value to assign to the maintenance_window_details property of this UpdateCloudAutonomousVmClusterDetails. :type maintenance_window_details: oci.database.models.MaintenanceWindow :param license_model: The value to assign to the license_model property of this UpdateCloudAutonomousVmClusterDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param nsg_ids: The value to assign to the nsg_ids property of this UpdateCloudAutonomousVmClusterDetails. :type nsg_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateCloudAutonomousVmClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateCloudAutonomousVmClusterDetails. :type defined_tags: dict(str, dict(str, object)) �str�MaintenanceWindowz list[str]zdict(str, str)zdict(str, dict(str, object)))�description�display_name�maintenance_window_details� license_model�nsg_ids� freeform_tags�defined_tagsr �displayName�maintenanceWindowDetails�licenseModel�nsgIds�freeformTags�definedTagsN) � swagger_types� attribute_map�_description� _display_name�_maintenance_window_details�_license_model�_nsg_ids�_freeform_tags� _defined_tags)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/update_cloud_autonomous_vm_cluster_details.py�__init__ s. $�� z.UpdateCloudAutonomousVmClusterDetails.__init__c C s | j S )a Gets the description of this UpdateCloudAutonomousVmClusterDetails. User defined description of the cloud Autonomous VM cluster. :return: The description of this UpdateCloudAutonomousVmClusterDetails. :rtype: str �r �r! r# r# r$ r W s z1UpdateCloudAutonomousVmClusterDetails.descriptionc C s || _ dS )a Sets the description of this UpdateCloudAutonomousVmClusterDetails. User defined description of the cloud Autonomous VM cluster. :param description: The description of this UpdateCloudAutonomousVmClusterDetails. :type: str Nr&