ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConfigSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CompartmentConfigSourcez� Compartment to use for creating the stack. The new stack will include definitions for supported resource types in this compartment. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CompartmentConfigSource object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.CompartmentConfigSource.config_source_type` attribute of this class is ``COMPARTMENT_CONFIG_SOURCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_source_type: The value to assign to the config_source_type property of this CompartmentConfigSource. Allowed values for this property are: "BITBUCKET_CLOUD_CONFIG_SOURCE", "BITBUCKET_SERVER_CONFIG_SOURCE", "COMPARTMENT_CONFIG_SOURCE", "DEVOPS_CONFIG_SOURCE", "GIT_CONFIG_SOURCE", "OBJECT_STORAGE_CONFIG_SOURCE", "ZIP_UPLOAD" :type config_source_type: str :param working_directory: The value to assign to the working_directory property of this CompartmentConfigSource. :type working_directory: str :param compartment_id: The value to assign to the compartment_id property of this CompartmentConfigSource. :type compartment_id: str :param region: The value to assign to the region property of this CompartmentConfigSource. :type region: str :param services_to_discover: The value to assign to the services_to_discover property of this CompartmentConfigSource. :type services_to_discover: list[str] �strz list[str])�config_source_type�working_directory�compartment_id�region�services_to_discover�configSourceType�workingDirectory� compartmentIdr �servicesToDiscoverN�COMPARTMENT_CONFIG_SOURCE)� swagger_types� attribute_map�_config_source_type�_working_directory�_compartment_id�_region�_services_to_discover)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/compartment_config_source.py�__init__ s$ � �z CompartmentConfigSource.__init__c C s | j S )a� **[Required]** Gets the compartment_id of this CompartmentConfigSource. The `OCID`__ of the compartment to use for creating the stack. The new stack will include definitions for supported resource types in this compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CompartmentConfigSource. :rtype: str �r �r r r r r D s z&CompartmentConfigSource.compartment_idc C s || _ dS )a� Sets the compartment_id of this CompartmentConfigSource. The `OCID`__ of the compartment to use for creating the stack. The new stack will include definitions for supported resource types in this compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CompartmentConfigSource. :type: str Nr )r r r r r r T s c C s | j S )a2 **[Required]** Gets the region of this CompartmentConfigSource. The region to use for creating the stack. The new stack will include definitions for supported resource types in this region. :return: The region of this CompartmentConfigSource. :rtype: str �r r! r r r r d s zCompartmentConfigSource.regionc C s || _ dS )a( Sets the region of this CompartmentConfigSource. The region to use for creating the stack. The new stack will include definitions for supported resource types in this region. :param region: The region of this CompartmentConfigSource. :type: str Nr"