ruạṛ
a ���fq3 � @ 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 @ s6 e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�DataSafeConfigurationz= A Data Safe configuration for a tenancy and region. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�NAc K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new DataSafeConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_enabled: The value to assign to the is_enabled property of this DataSafeConfiguration. :type is_enabled: bool :param url: The value to assign to the url property of this DataSafeConfiguration. :type url: str :param compartment_id: The value to assign to the compartment_id property of this DataSafeConfiguration. :type compartment_id: str :param time_enabled: The value to assign to the time_enabled property of this DataSafeConfiguration. :type time_enabled: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DataSafeConfiguration. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param data_safe_nat_gateway_ip_address: The value to assign to the data_safe_nat_gateway_ip_address property of this DataSafeConfiguration. :type data_safe_nat_gateway_ip_address: str :param global_settings: The value to assign to the global_settings property of this DataSafeConfiguration. :type global_settings: oci.data_safe.models.GlobalSettings :param freeform_tags: The value to assign to the freeform_tags property of this DataSafeConfiguration. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DataSafeConfiguration. :type defined_tags: dict(str, dict(str, object)) �bool�strZdatetimeZGlobalSettingszdict(str, str)zdict(str, dict(str, object))) � is_enabled�url�compartment_id�time_enabled�lifecycle_state� data_safe_nat_gateway_ip_address�global_settings� freeform_tags�defined_tagsZ isEnabledr Z compartmentIdZtimeEnabledZlifecycleStateZdataSafeNatGatewayIpAddressZglobalSettingsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_is_enabled�_url�_compartment_id� _time_enabled�_lifecycle_state�!_data_safe_nat_gateway_ip_address�_global_settings�_freeform_tags� _defined_tags)�self�kwargs� r$ �P/usr/lib/python3.9/site-packages/oci/data_safe/models/data_safe_configuration.py�__init__. s: -� �zDataSafeConfiguration.__init__c C s | j S )z� **[Required]** Gets the is_enabled of this DataSafeConfiguration. Indicates if Data Safe is enabled. :return: The is_enabled of this DataSafeConfiguration. :rtype: bool �r �r"