ruạṛ
a O��f. � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�HostConfigurationMetricGroup� )�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 )�HostNetworkConfigurationz3 Network Configuration metric for the host c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new HostNetworkConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostNetworkConfiguration.metric_name` attribute of this class is ``HOST_NETWORK_CONFIGURATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this HostNetworkConfiguration. Allowed values for this property are: "HOST_PRODUCT", "HOST_RESOURCE_ALLOCATION", "HOST_MEMORY_CONFIGURATION", "HOST_HARDWARE_CONFIGURATION", "HOST_CPU_HARDWARE_CONFIGURATION", "HOST_NETWORK_CONFIGURATION", "HOST_ENTITES" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this HostNetworkConfiguration. :type time_collected: datetime :param interface_name: The value to assign to the interface_name property of this HostNetworkConfiguration. :type interface_name: str :param ip_address: The value to assign to the ip_address property of this HostNetworkConfiguration. :type ip_address: str :param mac_address: The value to assign to the mac_address property of this HostNetworkConfiguration. :type mac_address: str �str�datetime)�metric_name�time_collected�interface_name� ip_address�mac_address� metricName� timeCollected� interfaceName� ipAddress� macAddressN�HOST_NETWORK_CONFIGURATION)� swagger_types� attribute_map�_metric_name�_time_collected�_interface_name�_ip_address�_mac_address)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/host_network_configuration.py�__init__ s$ � �z!HostNetworkConfiguration.__init__c C s | j S )z� **[Required]** Gets the interface_name of this HostNetworkConfiguration. Name of the network interface :return: The interface_name of this HostNetworkConfiguration. :rtype: str �r �r r r r r C s z'HostNetworkConfiguration.interface_namec C s || _ dS )z� Sets the interface_name of this HostNetworkConfiguration. Name of the network interface :param interface_name: The interface_name of this HostNetworkConfiguration. :type: str Nr"