📂 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
›
load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/load_balancer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: hostname.cpython-39.pyc
a ���fT � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�Hostnamez� A hostname resource associated with a load balancer for use by one or more listeners. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new Hostname object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Hostname. :type name: str :param hostname: The value to assign to the hostname property of this Hostname. :type hostname: str �str)�name�hostnamer r N)Z swagger_typesZ attribute_map�_name� _hostname)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/load_balancer/models/hostname.py�__init__ s ��zHostname.__init__c C s | j S )a; **[Required]** Gets the name of this Hostname. A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_hostname_001` :return: The name of this Hostname. :rtype: str �r �r r r r r / s z Hostname.namec C s || _ dS )a/ Sets the name of this Hostname. A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_hostname_001` :param name: The name of this Hostname. :type: str Nr )r r r r r r >