ruạṛ
a ���f4 � @ 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� �Zdd� Zdd� Z dd� ZdS )�CreateApplicationVipDetailszZ Details to create an application virtual IP (VIP) address on a cloud VM cluster. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateApplicationVipDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hostname_label: The value to assign to the hostname_label property of this CreateApplicationVipDetails. :type hostname_label: str :param db_node_id: The value to assign to the db_node_id property of this CreateApplicationVipDetails. :type db_node_id: str :param cloud_vm_cluster_id: The value to assign to the cloud_vm_cluster_id property of this CreateApplicationVipDetails. :type cloud_vm_cluster_id: str :param subnet_id: The value to assign to the subnet_id property of this CreateApplicationVipDetails. :type subnet_id: str :param ip_address: The value to assign to the ip_address property of this CreateApplicationVipDetails. :type ip_address: str �str)�hostname_label� db_node_id�cloud_vm_cluster_id� subnet_id� ip_addressZ hostnameLabelZdbNodeIdZcloudVmClusterIdZsubnetIdZ ipAddressN)Z swagger_typesZ attribute_map�_hostname_label�_db_node_id�_cloud_vm_cluster_id� _subnet_id�_ip_address)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/database/models/create_application_vip_details.py�__init__ s"