📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_application_vip_details.cpython-39.pyc
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"