📂 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: custom_terraform_provider.cpython-39.pyc
a ���fx � @ 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� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CustomTerraformProvideraC Location information about custom Terraform providers for a stack. For more information, see `Custom Providers`__. Note: Older stacks must be explicitly updated to use Terraform Registry (`isThirdPartyProviderExperienceEnabled=true`). See :func:`update_stack`. For more information, see `Using Terraform Registry with Older Stacks`__. __ https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm#features__custom-providers __ https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Tasks/update-stack-tf-reg.htm c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CustomTerraformProvider object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param region: The value to assign to the region property of this CustomTerraformProvider. :type region: str :param namespace: The value to assign to the namespace property of this CustomTerraformProvider. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this CustomTerraformProvider. :type bucket_name: str �str)�region� namespace�bucket_namer r Z bucketNameN)Z swagger_typesZ attribute_map�_region� _namespace�_bucket_name)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/resource_manager/models/custom_terraform_provider.py�__init__ s ��z CustomTerraformProvider.__init__c C s | j S )a� **[Required]** Gets the region of this CustomTerraformProvider. The name of the region that contains the bucket you want. For information about regions, see `Regions and Availability Domains`__. Example: `us-phoenix-1` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm :return: The region of this CustomTerraformProvider. :rtype: str �r �r r r r r ; s zCustomTerraformProvider.regionc C s || _ dS )a� Sets the region of this CustomTerraformProvider. The name of the region that contains the bucket you want. For information about regions, see `Regions and Availability Domains`__. Example: `us-phoenix-1` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm :param region: The region of this CustomTerraformProvider. :type: str Nr )r r r r r r K s c C s | j S )a� **[Required]** Gets the namespace of this CustomTerraformProvider. The Object Storage namespace that contains the bucket you want. For information about Object Storage namespaces, see `Understanding Object Storage Namespaces`__. __ https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/understandingnamespaces.htm :return: The namespace of this CustomTerraformProvider. :rtype: str �r r r r r r [ s z!CustomTerraformProvider.namespacec C s || _ dS )a� Sets the namespace of this CustomTerraformProvider. The Object Storage namespace that contains the bucket you want. For information about Object Storage namespaces, see `Understanding Object Storage Namespaces`__. __ https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/understandingnamespaces.htm :param namespace: The namespace of this CustomTerraformProvider. :type: str Nr )r r r r r r j s c C s | j S )a� **[Required]** Gets the bucket_name of this CustomTerraformProvider. The name of the bucket that contains the binary files for the custom Terraform providers. For information about buckets, see `Managing Buckets`__. __ https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/managingbuckets.htm :return: The bucket_name of this CustomTerraformProvider. :rtype: str �r r r r r r y s z#CustomTerraformProvider.bucket_namec C s || _ dS )a� Sets the bucket_name of this CustomTerraformProvider. The name of the bucket that contains the binary files for the custom Terraform providers. For information about buckets, see `Managing Buckets`__. __ https://docs.cloud.oracle.com/iaas/Content/Object/Tasks/managingbuckets.htm :param bucket_name: The bucket_name of this CustomTerraformProvider. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z CustomTerraformProvider.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCustomTerraformProvider.__eq__c C s | |k S r r r r r r �__ne__� s zCustomTerraformProvider.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"