📂 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: update_configuration_source_provider_details.cpython-39.pyc
a ���f/- � @ 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� �Zdd� Zdd� Zdd� ZdS )�(UpdateConfigurationSourceProviderDetailsz= Update details for a configuration source provider. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new UpdateConfigurationSourceProviderDetails 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.UpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.UpdateBitbucketServerAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.UpdateGitlabAccessTokenConfigurationSourceProviderDetails` * :class:`~oci.resource_manager.models.UpdateGithubAccessTokenConfigurationSourceProviderDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateConfigurationSourceProviderDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateConfigurationSourceProviderDetails. :type description: str :param config_source_provider_type: The value to assign to the config_source_provider_type property of this UpdateConfigurationSourceProviderDetails. :type config_source_provider_type: str :param private_server_config_details: The value to assign to the private_server_config_details property of this UpdateConfigurationSourceProviderDetails. :type private_server_config_details: oci.resource_manager.models.PrivateServerConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateConfigurationSourceProviderDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateConfigurationSourceProviderDetails. :type defined_tags: dict(str, dict(str, object)) �strZPrivateServerConfigDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�description�config_source_provider_type�private_server_config_details� freeform_tags�defined_tagsZdisplayNamer �configSourceProviderTypeZprivateServerConfigDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _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/update_configuration_source_provider_details.py�__init__ s( &� � z1UpdateConfigurationSourceProviderDetails.__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 Z$BITBUCKET_CLOUD_USERNAME_APPPASSWORDZIUpdateBitbucketCloudUsernameAppPasswordConfigurationSourceProviderDetailsZBITBUCKET_SERVER_ACCESS_TOKENZBUpdateBitbucketServerAccessTokenConfigurationSourceProviderDetailsZGITLAB_ACCESS_TOKENZ9UpdateGitlabAccessTokenConfigurationSourceProviderDetailsZGITHUB_ACCESS_TOKENZ9UpdateGithubAccessTokenConfigurationSourceProviderDetailsr Nr )Zobject_dictionary�typer r r �get_subtypeP s z4UpdateConfigurationSourceProviderDetails.get_subtypec C s | j S )a. Gets the display_name of this UpdateConfigurationSourceProviderDetails. Human-readable name of the configuration source provider. Avoid entering confidential information. :return: The display_name of this UpdateConfigurationSourceProviderDetails. :rtype: str �r �r r r r r f s z5UpdateConfigurationSourceProviderDetails.display_namec C s || _ dS )a9 Sets the display_name of this UpdateConfigurationSourceProviderDetails. Human-readable name of the configuration source provider. Avoid entering confidential information. :param display_name: The display_name of this UpdateConfigurationSourceProviderDetails. :type: str Nr )r r r r r r r s c C s | j S )a$ Gets the description of this UpdateConfigurationSourceProviderDetails. Description of the configuration source provider. Avoid entering confidential information. :return: The description of this UpdateConfigurationSourceProviderDetails. :rtype: str �r r r r r r ~ s z4UpdateConfigurationSourceProviderDetails.descriptionc C s || _ dS )a. Sets the description of this UpdateConfigurationSourceProviderDetails. Description of the configuration source provider. Avoid entering confidential information. :param description: The description of this UpdateConfigurationSourceProviderDetails. :type: str Nr )r r r r r r � s c C s | j S )a: Gets the config_source_provider_type of this UpdateConfigurationSourceProviderDetails. The type of configuration source provider. The `BITBUCKET_CLOUD_USERNAME_APPPASSWORD` type corresponds to Bitbucket Cloud. The `BITBUCKET_SERVER_ACCESS_TOKEN` type corresponds to Bitbucket Server. The `GITLAB_ACCESS_TOKEN` type corresponds to GitLab. The `GITHUB_ACCESS_TOKEN` type corresponds to GitHub. :return: The config_source_provider_type of this UpdateConfigurationSourceProviderDetails. :rtype: str �r r r r r r � s zDUpdateConfigurationSourceProviderDetails.config_source_provider_typec C s || _ dS )aT Sets the config_source_provider_type of this UpdateConfigurationSourceProviderDetails. The type of configuration source provider. The `BITBUCKET_CLOUD_USERNAME_APPPASSWORD` type corresponds to Bitbucket Cloud. The `BITBUCKET_SERVER_ACCESS_TOKEN` type corresponds to Bitbucket Server. The `GITLAB_ACCESS_TOKEN` type corresponds to GitLab. The `GITHUB_ACCESS_TOKEN` type corresponds to GitHub. :param config_source_provider_type: The config_source_provider_type of this UpdateConfigurationSourceProviderDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the private_server_config_details of this UpdateConfigurationSourceProviderDetails. :return: The private_server_config_details of this UpdateConfigurationSourceProviderDetails. :rtype: oci.resource_manager.models.PrivateServerConfigDetails �r r r r r r � s zFUpdateConfigurationSourceProviderDetails.private_server_config_detailsc C s || _ dS )a3 Sets the private_server_config_details of this UpdateConfigurationSourceProviderDetails. :param private_server_config_details: The private_server_config_details of this UpdateConfigurationSourceProviderDetails. :type: oci.resource_manager.models.PrivateServerConfigDetails Nr )r r r r r r � s c C s | j S )a Gets the freeform_tags of this UpdateConfigurationSourceProviderDetails. Free-form tags associated with the resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateConfigurationSourceProviderDetails. :rtype: dict(str, str) �r r r r r r � s z6UpdateConfigurationSourceProviderDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this UpdateConfigurationSourceProviderDetails. Free-form tags associated with the resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateConfigurationSourceProviderDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateConfigurationSourceProviderDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateConfigurationSourceProviderDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z5UpdateConfigurationSourceProviderDetails.defined_tagsc C s || _ dS )a Sets the defined_tags of this UpdateConfigurationSourceProviderDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateConfigurationSourceProviderDetails. :type: dict(str, dict(str, object)) Nr"