📂 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: ip_address.cpython-39.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� IpAddressz% A load balancer IP address. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a~ Initializes a new IpAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ip_address: The value to assign to the ip_address property of this IpAddress. :type ip_address: str :param is_public: The value to assign to the is_public property of this IpAddress. :type is_public: bool :param reserved_ip: The value to assign to the reserved_ip property of this IpAddress. :type reserved_ip: oci.load_balancer.models.ReservedIP �str�boolZ ReservedIP)� ip_address� is_public�reserved_ipZ ipAddressZisPublicZ reservedIpN)Z swagger_typesZ attribute_map�_ip_address� _is_public�_reserved_ip)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/load_balancer/models/ip_address.py�__init__ s ��zIpAddress.__init__c C s | j S )z� **[Required]** Gets the ip_address of this IpAddress. An IP address. Example: `192.168.0.3` :return: The ip_address of this IpAddress. :rtype: str �r �r r r r r 4 s zIpAddress.ip_addressc C s || _ dS )z� Sets the ip_address of this IpAddress. An IP address. Example: `192.168.0.3` :param ip_address: The ip_address of this IpAddress. :type: str Nr )r r r r r r B s c C s | j S )ag Gets the is_public of this IpAddress. Whether the IP address is public or private. If "true", the IP address is public and accessible from the internet. If "false", the IP address is private and accessible only from within the associated VCN. :return: The is_public of this IpAddress. :rtype: bool �r r r r r r P s zIpAddress.is_publicc C s || _ dS )ao Sets the is_public of this IpAddress. Whether the IP address is public or private. If "true", the IP address is public and accessible from the internet. If "false", the IP address is private and accessible only from within the associated VCN. :param is_public: The is_public of this IpAddress. :type: bool Nr )r r r r r r ` s c C s | j S )z� Gets the reserved_ip of this IpAddress. :return: The reserved_ip of this IpAddress. :rtype: oci.load_balancer.models.ReservedIP �r r r r r r p s zIpAddress.reserved_ipc C s || _ dS )z� Sets the reserved_ip of this IpAddress. :param reserved_ip: The reserved_ip of this IpAddress. :type: oci.load_balancer.models.ReservedIP Nr )r r r r r r z s c C s t | �S �N)r r r r r �__repr__� s zIpAddress.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zIpAddress.__eq__c C s | |k S r r r r r r �__ne__� s zIpAddress.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"