📂 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
›
cloud_bridge
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_bridge/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: appliance_image_summary.pyc
a N��f�A � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�ApplianceImageSummaryz, Description of the ApplianceImage. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new ApplianceImageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ApplianceImageSummary. :type id: str :param file_name: The value to assign to the file_name property of this ApplianceImageSummary. :type file_name: str :param display_name: The value to assign to the display_name property of this ApplianceImageSummary. :type display_name: str :param version: The value to assign to the version property of this ApplianceImageSummary. :type version: str :param size_in_mbs: The value to assign to the size_in_mbs property of this ApplianceImageSummary. :type size_in_mbs: str :param checksum: The value to assign to the checksum property of this ApplianceImageSummary. :type checksum: str :param platform: The value to assign to the platform property of this ApplianceImageSummary. :type platform: str :param format: The value to assign to the format property of this ApplianceImageSummary. :type format: str :param time_created: The value to assign to the time_created property of this ApplianceImageSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ApplianceImageSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ApplianceImageSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param download_url: The value to assign to the download_url property of this ApplianceImageSummary. :type download_url: str :param freeform_tags: The value to assign to the freeform_tags property of this ApplianceImageSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApplianceImageSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id� file_name�display_name�version�size_in_mbs�checksum�platform�format�time_created�time_updated�lifecycle_state�download_url� freeform_tags�defined_tagsr �fileName�displayNamer � sizeInMBsr r r �timeCreated�timeUpdated�lifecycleState�downloadUrl�freeformTags�definedTagsN)� swagger_types� attribute_map�_id� _file_name� _display_name�_version�_size_in_mbs� _checksum� _platform�_format� _time_created� _time_updated�_lifecycle_state� _download_url�_freeform_tags� _defined_tags)�self�kwargs� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/appliance_image_summary.py�__init__( sX A��zApplianceImageSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ApplianceImageSummary. Unique identifier that is immutable on creation. :return: The id of this ApplianceImageSummary. :rtype: str �r( �r6 r8 r8 r9 r � s zApplianceImageSummary.idc C s || _ dS )z� Sets the id of this ApplianceImageSummary. Unique identifier that is immutable on creation. :param id: The id of this ApplianceImageSummary. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� **[Required]** Gets the file_name of this ApplianceImageSummary. The name of the appliance Image file. :return: The file_name of this ApplianceImageSummary. :rtype: str �r) r<