📂 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
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: new_installation_site.pyc
a O��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 @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�NewInstallationSitez9 The properties of a new Java installation site. �JDK�JRE� SERVER_JREc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new NewInstallationSite object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param managed_instance_id: The value to assign to the managed_instance_id property of this NewInstallationSite. :type managed_instance_id: str :param release_version: The value to assign to the release_version property of this NewInstallationSite. :type release_version: str :param artifact_content_type: The value to assign to the artifact_content_type property of this NewInstallationSite. Allowed values for this property are: "JDK", "JRE", "SERVER_JRE" :type artifact_content_type: str �str)�managed_instance_id�release_version�artifact_content_type�managedInstanceId�releaseVersion�artifactContentTypeN)� swagger_types� attribute_map�_managed_instance_id�_release_version�_artifact_content_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/new_installation_site.py�__init__ s ��zNewInstallationSite.__init__c C s | j S )a? **[Required]** Gets the managed_instance_id of this NewInstallationSite. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The managed_instance_id of this NewInstallationSite. :rtype: str �r �r r r r r ? s z'NewInstallationSite.managed_instance_idc C s || _ dS )aB Sets the managed_instance_id of this NewInstallationSite. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param managed_instance_id: The managed_instance_id of this NewInstallationSite. :type: str Nr )r r r r r r M s c C s | j S )z� **[Required]** Gets the release_version of this NewInstallationSite. The release version of the Java Runtime. :return: The release_version of this NewInstallationSite. :rtype: str �r r r r r r [ s z#NewInstallationSite.release_versionc C s || _ dS )z� Sets the release_version of this NewInstallationSite. The release version of the Java Runtime. :param release_version: The release_version of this NewInstallationSite. :type: str Nr )r r r r r r g s c C s | j S )a) Gets the artifact_content_type of this NewInstallationSite. Artifact content type for the Java version. Allowed values for this property are: "JDK", "JRE", "SERVER_JRE" :return: The artifact_content_type of this NewInstallationSite. :rtype: str )r r r r r r s s z)NewInstallationSite.artifact_content_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the artifact_content_type of this NewInstallationSite. Artifact content type for the Java version. :param artifact_content_type: The artifact_content_type of this NewInstallationSite. :type: str )r r r zEInvalid value for `artifact_content_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r � s ��c C s t | �S �N)r r r r r �__repr__� s zNewInstallationSite.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zNewInstallationSite.__eq__c C s | |k S r! r r$ r r r �__ne__� s zNewInstallationSite.__ne__N)�__name__� __module__�__qualname__�__doc__�ARTIFACT_CONTENT_TYPE_JDK�ARTIFACT_CONTENT_TYPE_JRE� ARTIFACT_CONTENT_TYPE_SERVER_JREr �propertyr �setterr r r"