📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: multipath_device.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 )�MultipathDevicezl Secondary multipath device, it uses the charUsername and chapSecret from primary volume attachment c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a< Initializes a new MultipathDevice object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ipv4: The value to assign to the ipv4 property of this MultipathDevice. :type ipv4: str :param iqn: The value to assign to the iqn property of this MultipathDevice. :type iqn: str :param port: The value to assign to the port property of this MultipathDevice. :type port: int �str�int)�ipv4�iqn�portr r r N)Z swagger_typesZ attribute_map�_ipv4�_iqn�_port)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/core/models/multipath_device.py�__init__ s ��zMultipathDevice.__init__c C s | j S )z� **[Required]** Gets the ipv4 of this MultipathDevice. The volume's iSCSI IP address. Example: `169.254.2.2` :return: The ipv4 of this MultipathDevice. :rtype: str �r �r r r r r 4 s zMultipathDevice.ipv4c C s || _ dS )z� Sets the ipv4 of this MultipathDevice. The volume's iSCSI IP address. Example: `169.254.2.2` :param ipv4: The ipv4 of this MultipathDevice. :type: str Nr )r r r r r r B s c C s | j S )az **[Required]** Gets the iqn of this MultipathDevice. The target volume's iSCSI Qualified Name in the format defined by `RFC 3720`__. Example: `iqn.2015-12.com.oracleiaas:40b7ee03-883f-46c6-a951-63d2841d2195` __ https://tools.ietf.org/html/rfc3720#page-32 :return: The iqn of this MultipathDevice. :rtype: str �r r r r r r P s zMultipathDevice.iqnc C s || _ dS )am Sets the iqn of this MultipathDevice. The target volume's iSCSI Qualified Name in the format defined by `RFC 3720`__. Example: `iqn.2015-12.com.oracleiaas:40b7ee03-883f-46c6-a951-63d2841d2195` __ https://tools.ietf.org/html/rfc3720#page-32 :param iqn: The iqn of this MultipathDevice. :type: str Nr )r r r r r r a s c C s | j S )z� Gets the port of this MultipathDevice. The volume's iSCSI port, usually port 860 or 3260. Example: `3260` :return: The port of this MultipathDevice. :rtype: int �r r r r r r r s zMultipathDevice.portc C s || _ dS )z� Sets the port of this MultipathDevice. The volume's iSCSI port, usually port 860 or 3260. Example: `3260` :param port: The port of this MultipathDevice. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zMultipathDevice.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMultipathDevice.__eq__c C s | |k S r r r r r r �__ne__� s zMultipathDevice.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"