📂 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
›
management_agent
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/management_agent/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_agent_image.pyc
a O��f�9 � @ 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 @ st e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Z e jd1d0� �Z d2d3� Z!d4d5� Z"d6d7� Z#d8S )9�ManagementAgentImagez# Supported Agent downloads �LINUX�WINDOWS�SOLARIS�RPM�ZIP�X86_64�SPARC�X86�CREATING�UPDATING�ACTIVE�INACTIVE� TERMINATED�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new ManagementAgentImage 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 ManagementAgentImage. :type id: str :param platform_type: The value to assign to the platform_type property of this ManagementAgentImage. Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS" :type platform_type: str :param platform_name: The value to assign to the platform_name property of this ManagementAgentImage. :type platform_name: str :param package_type: The value to assign to the package_type property of this ManagementAgentImage. Allowed values for this property are: "RPM", "ZIP" :type package_type: str :param package_architecture_type: The value to assign to the package_architecture_type property of this ManagementAgentImage. Allowed values for this property are: "X86_64", "SPARC", "X86" :type package_architecture_type: str :param version: The value to assign to the version property of this ManagementAgentImage. :type version: str :param size: The value to assign to the size property of this ManagementAgentImage. :type size: float :param checksum: The value to assign to the checksum property of this ManagementAgentImage. :type checksum: str :param object_url: The value to assign to the object_url property of this ManagementAgentImage. :type object_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementAgentImage. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str �str�float) �id� platform_type� platform_name�package_type�package_architecture_type�version�size�checksum� object_url�lifecycle_stater �platformType�platformName�packageType�packageArchitectureTyper r r � objectUrl�lifecycleStateN)� swagger_types� attribute_map�_id�_platform_type�_platform_name� _package_type�_package_architecture_type�_version�_size� _checksum�_object_url�_lifecycle_state)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/management_agent/models/management_agent_image.py�__init__P s@ 3�� zManagementAgentImage.__init__c C s | j S )z� **[Required]** Gets the id of this ManagementAgentImage. Agent image resource id :return: The id of this ManagementAgentImage. :rtype: str �r+ �r5 r7 r7 r8 r � s zManagementAgentImage.idc C s || _ dS )z� Sets the id of this ManagementAgentImage. Agent image resource id :param id: The id of this ManagementAgentImage. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )a **[Required]** Gets the platform_type of this ManagementAgentImage. Agent image platform type Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS" :return: The platform_type of this ManagementAgentImage. :rtype: str )r, r; r7 r7 r8 r � s z"ManagementAgentImage.platform_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the platform_type of this ManagementAgentImage. Agent image platform type :param platform_type: The platform_type of this ManagementAgentImage. :type: str )r r r z=Invalid value for `platform_type`, must be None or one of {0}N)r � ValueError�formatr, )r5 r �allowed_valuesr7 r7 r8 r � s ��c C s | j S )z� Gets the platform_name of this ManagementAgentImage. Agent image platform display name :return: The platform_name of this ManagementAgentImage. :rtype: str �r- r; r7 r7 r8 r � s z"ManagementAgentImage.platform_namec C s || _ dS )z� Sets the platform_name of this ManagementAgentImage. Agent image platform display name :param platform_name: The platform_name of this ManagementAgentImage. :type: str Nr? )r5 r r7 r7 r8 r � s c C s | j S )z� Gets the package_type of this ManagementAgentImage. The installation package type Allowed values for this property are: "RPM", "ZIP" :return: The package_type of this ManagementAgentImage. :rtype: str )r. r; r7 r7 r8 r � s z!ManagementAgentImage.package_typec C s* ddg}t ||�s td�|���|| _dS )z� Sets the package_type of this ManagementAgentImage. The installation package type :param package_type: The package_type of this ManagementAgentImage. :type: str r r z<Invalid value for `package_type`, must be None or one of {0}N)r r<