📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_compute_cluster_details.cpython-39.pyc
a ���fi! � @ 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 )�CreateComputeClusterDetailsa The data for creating a `compute cluster`__. A compute cluster is an empty remote direct memory access (RDMA) network group After the compute cluster is created, you can use the compute cluster's OCID with the :func:`launch_instance` operation to create instances in the compute cluster. The instances must be created in the same compartment and availability domain as the cluster. Use compute clusters when you want to manage instances in the cluster individually in the RDMA network group. For details about creating a cluster network that uses instance pools to manage groups of identical instances, see :func:`create_cluster_network_details`. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a9 Initializes a new CreateComputeClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this CreateComputeClusterDetails. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this CreateComputeClusterDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateComputeClusterDetails. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this CreateComputeClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateComputeClusterDetails. :type freeform_tags: dict(str, str) �strzdict(str, dict(str, object))zdict(str, str))�availability_domain�compartment_id�display_name�defined_tags� freeform_tagsZavailabilityDomainZ compartmentIdZdisplayNameZdefinedTagsZfreeformTagsN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name� _defined_tags�_freeform_tags)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/core/models/create_compute_cluster_details.py�__init__ s"