ruạṛ
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�Nicz! The VNIC configuration. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new Nic object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param label: The value to assign to the label property of this Nic. :type label: str :param switch_name: The value to assign to the switch_name property of this Nic. :type switch_name: str :param mac_address: The value to assign to the mac_address property of this Nic. :type mac_address: str :param mac_address_type: The value to assign to the mac_address_type property of this Nic. :type mac_address_type: str :param network_name: The value to assign to the network_name property of this Nic. :type network_name: str :param ip_addresses: The value to assign to the ip_addresses property of this Nic. :type ip_addresses: list[str] �strz list[str])�label�switch_name�mac_address�mac_address_type�network_name�ip_addressesr Z switchNameZ macAddressZmacAddressTypeZnetworkNameZipAddressesN)Z swagger_typesZ attribute_map�_label�_switch_name�_mac_address�_mac_address_type� _network_name� _ip_addresses)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/nic.py�__init__ s( � � zNic.__init__c C s | j S )z� Gets the label of this Nic. Provides a label and summary information for the device. :return: The label of this Nic. :rtype: str �r �r r r r r I s z Nic.labelc C s || _ dS )z� Sets the label of this Nic. Provides a label and summary information for the device. :param label: The label of this Nic. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the switch_name of this Nic. Switch name. :return: The switch_name of this Nic. :rtype: str �r r r r r r a s zNic.switch_namec C s || _ dS )z� Sets the switch_name of this Nic. Switch name. :param switch_name: The switch_name of this Nic. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the mac_address of this Nic. Mac address of the VM. :return: The mac_address of this Nic. :rtype: str �r r r r r r y s zNic.mac_addressc C s || _ dS )z� Sets the mac_address of this Nic. Mac address of the VM. :param mac_address: The mac_address of this Nic. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the mac_address_type of this Nic. Mac address type. :return: The mac_address_type of this Nic. :rtype: str �r r r r r r � s zNic.mac_address_typec C s || _ dS )z� Sets the mac_address_type of this Nic. Mac address type. :param mac_address_type: The mac_address_type of this Nic. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the network_name of this Nic. Network name. :return: The network_name of this Nic. :rtype: str �r r r r r r � s zNic.network_namec C s || _ dS )z� Sets the network_name of this Nic. Network name. :param network_name: The network_name of this Nic. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the ip_addresses of this Nic. List of IP addresses. :return: The ip_addresses of this Nic. :rtype: list[str] �r r r r r r � s zNic.ip_addressesc C s || _ dS )z� Sets the ip_addresses of this Nic. List of IP addresses. :param ip_addresses: The ip_addresses of this Nic. :type: list[str] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zNic.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z Nic.__eq__c C s | |k S r r r# r r r �__ne__� s z Nic.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&