📂 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
›
service_manager_proxy
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_manager_proxy/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_environment_end_point_overview.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�"ServiceEnvironmentEndPointOverviewz7 An overview of service environment endpoints. �INSTANCE_URL_PROD�INSTANCE_URL_TEST�INSTANCE_URL_DEV�OTHERc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ServiceEnvironmentEndPointOverview object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param environment_type: The value to assign to the environment_type property of this ServiceEnvironmentEndPointOverview. Allowed values for this property are: "INSTANCE_URL_PROD", "INSTANCE_URL_TEST", "INSTANCE_URL_DEV", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type environment_type: str :param url: The value to assign to the url property of this ServiceEnvironmentEndPointOverview. :type url: str :param description: The value to assign to the description property of this ServiceEnvironmentEndPointOverview. :type description: str �str)�environment_type�url�description�environmentTyper r N)� swagger_types� attribute_map�_environment_type�_url�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/service_manager_proxy/models/service_environment_end_point_overview.py�__init__ s ��z+ServiceEnvironmentEndPointOverview.__init__c C s | j S )a� **[Required]** Gets the environment_type of this ServiceEnvironmentEndPointOverview. Service environment endpoint type. Allowed values for this property are: "INSTANCE_URL_PROD", "INSTANCE_URL_TEST", "INSTANCE_URL_DEV", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The environment_type of this ServiceEnvironmentEndPointOverview. :rtype: str )r �r r r r r D s z3ServiceEnvironmentEndPointOverview.environment_typec C s g d�}t ||�sd}|| _dS )z� Sets the environment_type of this ServiceEnvironmentEndPointOverview. Service environment endpoint type. :param environment_type: The environment_type of this ServiceEnvironmentEndPointOverview. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r S s c C s | j S )z� **[Required]** Gets the url of this ServiceEnvironmentEndPointOverview. Service environment instance URL. :return: The url of this ServiceEnvironmentEndPointOverview. :rtype: str �r r r r r r b s z&ServiceEnvironmentEndPointOverview.urlc C s || _ dS )z� Sets the url of this ServiceEnvironmentEndPointOverview. Service environment instance URL. :param url: The url of this ServiceEnvironmentEndPointOverview. :type: str Nr )r r r r r r n s c C s | j S )z� Gets the description of this ServiceEnvironmentEndPointOverview. Description of the environment link :return: The description of this ServiceEnvironmentEndPointOverview. :rtype: str �r r r r r r z s z.ServiceEnvironmentEndPointOverview.descriptionc C s || _ dS )z� Sets the description of this ServiceEnvironmentEndPointOverview. Description of the environment link :param description: The description of this ServiceEnvironmentEndPointOverview. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z+ServiceEnvironmentEndPointOverview.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z)ServiceEnvironmentEndPointOverview.__eq__c C s | |k S r r r"