ruạṛ
a O��fs? � @ 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 ZdZdd� Zedd� �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� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�"ConfigurationSourceProviderSummaryzB Summary information for a configuration source provider. c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ai Initializes a new ConfigurationSourceProviderSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.resource_manager.models.GitlabAccessTokenConfigurationSourceProviderSummary` * :class:`~oci.resource_manager.models.BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary` * :class:`~oci.resource_manager.models.BitbucketServerAccessTokenConfigurationSourceProviderSummary` * :class:`~oci.resource_manager.models.GithubAccessTokenConfigurationSourceProviderSummary` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ConfigurationSourceProviderSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ConfigurationSourceProviderSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ConfigurationSourceProviderSummary. :type display_name: str :param description: The value to assign to the description property of this ConfigurationSourceProviderSummary. :type description: str :param time_created: The value to assign to the time_created property of this ConfigurationSourceProviderSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ConfigurationSourceProviderSummary. :type lifecycle_state: str :param config_source_provider_type: The value to assign to the config_source_provider_type property of this ConfigurationSourceProviderSummary. :type config_source_provider_type: str :param private_server_config_details: The value to assign to the private_server_config_details property of this ConfigurationSourceProviderSummary. :type private_server_config_details: oci.resource_manager.models.PrivateServerConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this ConfigurationSourceProviderSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConfigurationSourceProviderSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetime�PrivateServerConfigDetailszdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�display_name�description�time_created�lifecycle_state�config_source_provider_type�private_server_config_details� freeform_tags�defined_tagsr � compartmentId�displayNamer �timeCreated�lifecycleState�configSourceProviderType�privateServerConfigDetails�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_description� _time_created�_lifecycle_state�_config_source_provider_type�_private_server_config_details�_freeform_tags� _defined_tags)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/configuration_source_provider_summary.py�__init__ s@ 6�� z+ConfigurationSourceProviderSummary.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r �GITLAB_ACCESS_TOKEN�3GitlabAccessTokenConfigurationSourceProviderSummary�$BITBUCKET_CLOUD_USERNAME_APPPASSWORD�CBitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary�BITBUCKET_SERVER_ACCESS_TOKEN�<BitbucketServerAccessTokenConfigurationSourceProviderSummary�GITHUB_ACCESS_TOKEN�3GithubAccessTokenConfigurationSourceProviderSummaryr Nr* )�object_dictionary�typer* r* r+ �get_subtypej s z.ConfigurationSourceProviderSummary.get_subtypec C s | j S )a6 Gets the id of this ConfigurationSourceProviderSummary. The `OCID`__ of the configuration source provider. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ConfigurationSourceProviderSummary. :rtype: str �r �r( r* r* r+ r � s z%ConfigurationSourceProviderSummary.idc C s || _ dS )a7 Sets the id of this ConfigurationSourceProviderSummary. The `OCID`__ of the configuration source provider. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ConfigurationSourceProviderSummary. :type: str Nr8 )r( r r* r* r+ r � s c C s | j S )ao Gets the compartment_id of this ConfigurationSourceProviderSummary. The `OCID`__ of the compartment where the configuration source provider is located. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ConfigurationSourceProviderSummary. :rtype: str �r r9 r* r* r+ r � s z1ConfigurationSourceProviderSummary.compartment_idc C s || _ dS )a| Sets the compartment_id of this ConfigurationSourceProviderSummary. The `OCID`__ of the compartment where the configuration source provider is located. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ConfigurationSourceProviderSummary. :type: str Nr: )r( r r* r* r+ r � s c C s | j S )a Gets the display_name of this ConfigurationSourceProviderSummary. Human-readable display name for the configuration source provider. :return: The display_name of this ConfigurationSourceProviderSummary. :rtype: str �r r9 r* r* r+ r � s z/ConfigurationSourceProviderSummary.display_namec C s || _ dS )a Sets the display_name of this ConfigurationSourceProviderSummary. Human-readable display name for the configuration source provider. :param display_name: The display_name of this ConfigurationSourceProviderSummary. :type: str Nr; )r( r r* r* r+ r � s c C s | j S )z� Gets the description of this ConfigurationSourceProviderSummary. General description of the configuration source provider. :return: The description of this ConfigurationSourceProviderSummary. :rtype: str �r! r9 r* r* r+ r � s z.ConfigurationSourceProviderSummary.descriptionc C s || _ dS )a Sets the description of this ConfigurationSourceProviderSummary. General description of the configuration source provider. :param description: The description of this ConfigurationSourceProviderSummary. :type: str Nr<