📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_pe_comanaged_exadata_vmcluster_details.cpython-39.pyc
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 @ 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 )�(CreatePeComanagedExadataVmclusterDetailsz� The information of the VM Cluster which contains databases. Either an opsiPrivateEndpointId or dbmPrivateEndpointId must be specified. If the dbmPrivateEndpointId is specified, a new Operations Insights private endpoint will be created. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new CreatePeComanagedExadataVmclusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vmcluster_id: The value to assign to the vmcluster_id property of this CreatePeComanagedExadataVmclusterDetails. :type vmcluster_id: str :param opsi_private_endpoint_id: The value to assign to the opsi_private_endpoint_id property of this CreatePeComanagedExadataVmclusterDetails. :type opsi_private_endpoint_id: str :param dbm_private_endpoint_id: The value to assign to the dbm_private_endpoint_id property of this CreatePeComanagedExadataVmclusterDetails. :type dbm_private_endpoint_id: str :param member_database_details: The value to assign to the member_database_details property of this CreatePeComanagedExadataVmclusterDetails. :type member_database_details: list[oci.opsi.models.CreatePeComanagedDatabaseInsightDetails] :param compartment_id: The value to assign to the compartment_id property of this CreatePeComanagedExadataVmclusterDetails. :type compartment_id: str �strz-list[CreatePeComanagedDatabaseInsightDetails])�vmcluster_id�opsi_private_endpoint_id�dbm_private_endpoint_id�member_database_details�compartment_idZvmclusterIdZopsiPrivateEndpointIdZdbmPrivateEndpointIdZmemberDatabaseDetailsZ compartmentIdN)Z swagger_typesZ attribute_map� _vmcluster_id�_opsi_private_endpoint_id�_dbm_private_endpoint_id�_member_database_details�_compartment_id)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py�__init__ s"