ruạṛ
a O��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 )�CustomEndpointDetailsz< Details for a custom endpoint for the vb instance. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CustomEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hostname: The value to assign to the hostname property of this CustomEndpointDetails. :type hostname: str :param certificate_secret_id: The value to assign to the certificate_secret_id property of this CustomEndpointDetails. :type certificate_secret_id: str :param certificate_secret_version: The value to assign to the certificate_secret_version property of this CustomEndpointDetails. :type certificate_secret_version: int �str�int)�hostname�certificate_secret_id�certificate_secret_versionr �certificateSecretId�certificateSecretVersionN)� swagger_types� attribute_map� _hostname�_certificate_secret_id�_certificate_secret_version)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/visual_builder/models/custom_endpoint_details.py�__init__ s ��zCustomEndpointDetails.__init__c C s | j S )z� **[Required]** Gets the hostname of this CustomEndpointDetails. A custom hostname to be used for the vb instance URL, in FQDN format. :return: The hostname of this CustomEndpointDetails. :rtype: str �r �r r r r r 2 s zCustomEndpointDetails.hostnamec C s || _ dS )z� Sets the hostname of this CustomEndpointDetails. A custom hostname to be used for the vb instance URL, in FQDN format. :param hostname: The hostname of this CustomEndpointDetails. :type: str Nr )r r r r r r >