📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
resource_manager
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/resource_manager/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_compartment_config_source_details.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConfigSourceDetails� )�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 )�$CreateCompartmentConfigSourceDetailszY Creation details for a configuration source based on the specified compartment. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a8 Initializes a new CreateCompartmentConfigSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.CreateCompartmentConfigSourceDetails.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 CreateCompartmentConfigSourceDetails. :type config_source_type: str :param working_directory: The value to assign to the working_directory property of this CreateCompartmentConfigSourceDetails. :type working_directory: str :param compartment_id: The value to assign to the compartment_id property of this CreateCompartmentConfigSourceDetails. :type compartment_id: str :param region: The value to assign to the region property of this CreateCompartmentConfigSourceDetails. :type region: str :param services_to_discover: The value to assign to the services_to_discover property of this CreateCompartmentConfigSourceDetails. :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/create_compartment_config_source_details.py�__init__ s$ � �z-CreateCompartmentConfigSourceDetails.__init__c C s | j S )a' **[Required]** Gets the compartment_id of this CreateCompartmentConfigSourceDetails. The `OCID`__ of the compartment to use for creating the stack. The new stack will include definitions for supported resource types in scope of the specified compartment OCID (tenancy level for root compartment, compartment level otherwise). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateCompartmentConfigSourceDetails. :rtype: str �r �r r r r r B s z3CreateCompartmentConfigSourceDetails.compartment_idc C s || _ dS )a% Sets the compartment_id of this CreateCompartmentConfigSourceDetails. The `OCID`__ of the compartment to use for creating the stack. The new stack will include definitions for supported resource types in scope of the specified compartment OCID (tenancy level for root compartment, compartment level otherwise). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateCompartmentConfigSourceDetails. :type: str Nr )r r r r r r Q s c C s | j S )aL **[Required]** Gets the region of this CreateCompartmentConfigSourceDetails. 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 CreateCompartmentConfigSourceDetails. :rtype: str �r r! r r r r ` s z+CreateCompartmentConfigSourceDetails.regionc C s || _ dS )aB Sets the region of this CreateCompartmentConfigSourceDetails. 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 CreateCompartmentConfigSourceDetails. :type: str Nr"