📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cluster_configuration_details.cpython-39.pyc
a ���fb � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ClusterConfigurationDetailsa� The HPC cluster configuration requested when launching instances of a cluster network. If the parameter is provided, instances will only be placed within the HPC island and list of network blocks that you specify. If a list of network blocks are missing or not provided, the instances will be placed in any HPC blocks in the HPC island that you specify. If the values of HPC island or network block that you provide are not valid, an error is returned. c K s( ddd�| _ ddd�| _d| _d| _dS )a/ Initializes a new ClusterConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_block_ids: The value to assign to the network_block_ids property of this ClusterConfigurationDetails. :type network_block_ids: list[str] :param hpc_island_id: The value to assign to the hpc_island_id property of this ClusterConfigurationDetails. :type hpc_island_id: str z list[str]�str)�network_block_ids� hpc_island_idZnetworkBlockIdsZhpcIslandIdN)Z swagger_typesZ attribute_map�_network_block_ids�_hpc_island_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/core/models/cluster_configuration_details.py�__init__ s ��z$ClusterConfigurationDetails.__init__c C s | j S )z� Gets the network_block_ids of this ClusterConfigurationDetails. The list of network block OCIDs. :return: The network_block_ids of this ClusterConfigurationDetails. :rtype: list[str] �r �r r r r r 2 s z-ClusterConfigurationDetails.network_block_idsc C s || _ dS )z� Sets the network_block_ids of this ClusterConfigurationDetails. The list of network block OCIDs. :param network_block_ids: The network_block_ids of this ClusterConfigurationDetails. :type: list[str] Nr )r r r r r r >