📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
resource_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_manager/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_configuration_source_provider_details.cpython-39.pyc
a ���fu2 � @ 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� �Zdd� Zdd� Zdd � Zd!S )"�(CreateConfigurationSourceProviderDetailsz? Creation details for a configuration source provider. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateConfigurationSourceProviderDetails 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.CreateGitlabAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateGithubAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.CreateBitbucketServerAccessTokenConfigurationSourceProviderDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateConfigurationSourceProviderDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateConfigurationSourceProviderDetails. :type display_name: str :param description: The value to assign to the description property of this CreateConfigurationSourceProviderDetails. :type description: str :param config_source_provider_type: The value to assign to the config_source_provider_type property of this CreateConfigurationSourceProviderDetails. :type config_source_provider_type: str :param private_server_config_details: The value to assign to the private_server_config_details property of this CreateConfigurationSourceProviderDetails. :type private_server_config_details: oci.resource_manager.models.PrivateServerConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateConfigurationSourceProviderDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateConfigurationSourceProviderDetails. :type defined_tags: dict(str, dict(str, object)) �strZPrivateServerConfigDetailszdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description�config_source_provider_type�private_server_config_details� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer �configSourceProviderTypeZprivateServerConfigDetailsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_config_source_provider_type�_private_server_config_details�_freeform_tags� _defined_tags)�self�kwargs� r �l/usr/lib/python3.9/site-packages/oci/resource_manager/models/create_configuration_source_provider_details.py�__init__ s. *�� z1CreateConfigurationSourceProviderDetails.__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 ZGITLAB_ACCESS_TOKENZ9CreateGitlabAccessTokenConfigurationSourceProviderDetailsZ$BITBUCKET_CLOUD_USERNAME_APPPASSWORDZICreateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetailsZGITHUB_ACCESS_TOKENZ9CreateGithubAccessTokenConfigurationSourceProviderDetailsZBITBUCKET_SERVER_ACCESS_TOKENZBCreateBitbucketServerAccessTokenConfigurationSourceProviderDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeW s z4CreateConfigurationSourceProviderDetails.get_subtypec C s | j S )a� Gets the compartment_id of this CreateConfigurationSourceProviderDetails. The `OCID`__ of the compartment where you want to create the configuration source provider. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateConfigurationSourceProviderDetails. :rtype: str �r �r r r r r m s z7CreateConfigurationSourceProviderDetails.compartment_idc C s || _ dS )a� Sets the compartment_id of this CreateConfigurationSourceProviderDetails. The `OCID`__ of the compartment where you want to create the configuration source provider. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateConfigurationSourceProviderDetails. :type: str Nr )r r r r r r | s c C s | j S )a. Gets the display_name of this CreateConfigurationSourceProviderDetails. Human-readable name of the configuration source provider. Avoid entering confidential information. :return: The display_name of this CreateConfigurationSourceProviderDetails. :rtype: str �r r r r r r � s z5CreateConfigurationSourceProviderDetails.display_namec C s || _ dS )a9 Sets the display_name of this CreateConfigurationSourceProviderDetails. Human-readable name of the configuration source provider. Avoid entering confidential information. :param display_name: The display_name of this CreateConfigurationSourceProviderDetails. :type: str Nr )r r r r r r � s c C s | j S )a$ Gets the description of this CreateConfigurationSourceProviderDetails. Description of the configuration source provider. Avoid entering confidential information. :return: The description of this CreateConfigurationSourceProviderDetails. :rtype: str �r r r r r r � s z4CreateConfigurationSourceProviderDetails.descriptionc C s || _ dS )a. Sets the description of this CreateConfigurationSourceProviderDetails. Description of the configuration source provider. Avoid entering confidential information. :param description: The description of this CreateConfigurationSourceProviderDetails. :type: str Nr! )r r r r r r � s c C s | j S )aI **[Required]** Gets the config_source_provider_type of this CreateConfigurationSourceProviderDetails. The type of configuration source provider. The `GITLAB_ACCESS_TOKEN` type corresponds to GitLab. The `GITHUB_ACCESS_TOKEN` type corresponds to GitHub. The `BITBUCKET_CLOUD_USERNAME_APPPASSWORD` type corresponds to Bitbucket Cloud. The `BITBUCKET_SERVER_ACCESS_TOKEN` type corresponds to Bitbucket Server. :return: The config_source_provider_type of this CreateConfigurationSourceProviderDetails. :rtype: str �r r r r r r � s zDCreateConfigurationSourceProviderDetails.config_source_provider_typec C s || _ dS )aT Sets the config_source_provider_type of this CreateConfigurationSourceProviderDetails. The type of configuration source provider. The `GITLAB_ACCESS_TOKEN` type corresponds to GitLab. The `GITHUB_ACCESS_TOKEN` type corresponds to GitHub. The `BITBUCKET_CLOUD_USERNAME_APPPASSWORD` type corresponds to Bitbucket Cloud. The `BITBUCKET_SERVER_ACCESS_TOKEN` type corresponds to Bitbucket Server. :param config_source_provider_type: The config_source_provider_type of this CreateConfigurationSourceProviderDetails. :type: str Nr"