ruạṛ
a N��f3 � @ 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�str�datetime�GlobalSettingszdict(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_tags� isEnabledr � compartmentId�timeEnabled�lifecycleState�dataSafeNatGatewayIpAddress�globalSettings�freeformTags�definedTagsN)� swagger_types� 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� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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. r0 r0 r1 r z s z DataSafeConfiguration.is_enabledc C s || _ dS )z� Sets the is_enabled of this DataSafeConfiguration. Indicates if Data Safe is enabled. :param is_enabled: The is_enabled of this DataSafeConfiguration. :type: bool Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the url of this DataSafeConfiguration. The URL of the Data Safe service. :return: The url of this DataSafeConfiguration. :rtype: str �r&