📂 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
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_software_source_details.cpython-39.opt-1.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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�CreateSoftwareSourceDetailszQ Description of a software source to be created on the management system �IA_32�X86_64�AARCH64�SPARC�AMD64_DEBIAN�SHA1�SHA256�SHA384�SHA512c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateSoftwareSourceDetails object with values from keyword arguments. 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 CreateSoftwareSourceDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateSoftwareSourceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateSoftwareSourceDetails. :type description: str :param arch_type: The value to assign to the arch_type property of this CreateSoftwareSourceDetails. Allowed values for this property are: "IA_32", "X86_64", "AARCH64", "SPARC", "AMD64_DEBIAN" :type arch_type: str :param maintainer_name: The value to assign to the maintainer_name property of this CreateSoftwareSourceDetails. :type maintainer_name: str :param maintainer_email: The value to assign to the maintainer_email property of this CreateSoftwareSourceDetails. :type maintainer_email: str :param maintainer_phone: The value to assign to the maintainer_phone property of this CreateSoftwareSourceDetails. :type maintainer_phone: str :param checksum_type: The value to assign to the checksum_type property of this CreateSoftwareSourceDetails. Allowed values for this property are: "SHA1", "SHA256", "SHA384", "SHA512" :type checksum_type: str :param parent_id: The value to assign to the parent_id property of this CreateSoftwareSourceDetails. :type parent_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSoftwareSourceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSoftwareSourceDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description� arch_type�maintainer_name�maintainer_email�maintainer_phone� checksum_type� parent_id� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZarchTypeZmaintainerNameZmaintainerEmailZmaintainerPhoneZchecksumTypeZparentIdZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description� _arch_type�_maintainer_name�_maintainer_email�_maintainer_phone�_checksum_type� _parent_id�_freeform_tags� _defined_tags)�self�kwargs� r) �[/usr/lib/python3.9/site-packages/oci/os_management/models/create_software_source_details.py�__init__6 sF 5��z$CreateSoftwareSourceDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateSoftwareSourceDetails. OCID for the Compartment :return: The compartment_id of this CreateSoftwareSourceDetails. :rtype: str �r �r'