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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreateHostnameDetailsz� The details of the hostname resource to add to a load balancer. **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 CreateHostnameDetails 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 CreateHostnameDetails. :type name: str :param hostname: The value to assign to the hostname property of this CreateHostnameDetails. :type hostname: str �str)�name�hostnamer r N)Z swagger_typesZ attribute_map�_name� _hostname)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/load_balancer/models/create_hostname_details.py�__init__ s ��zCreateHostnameDetails.__init__c C s | j S )aU **[Required]** Gets the name of this CreateHostnameDetails. 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 CreateHostnameDetails. :rtype: str �r �r r r r r / s zCreateHostnameDetails.namec C s || _ dS )aI Sets the name of this CreateHostnameDetails. 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 CreateHostnameDetails. :type: str Nr )r r r r r r >