📂 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: compute_capacity_topology.cpython-39.pyc
a ���ff: � @ 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 @ sH e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ComputeCapacityTopologyzu A compute capacity topology that allows you to query your bare metal hosts and their RDMA network topology. �ACTIVE�CREATING�UPDATING�DELETED�DELETINGc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a) Initializes a new ComputeCapacityTopology 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 ComputeCapacityTopology. :type availability_domain: str :param capacity_source: The value to assign to the capacity_source property of this ComputeCapacityTopology. :type capacity_source: oci.core.models.CapacitySource :param compartment_id: The value to assign to the compartment_id property of this ComputeCapacityTopology. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ComputeCapacityTopology. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ComputeCapacityTopology. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ComputeCapacityTopology. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this ComputeCapacityTopology. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ComputeCapacityTopology. Allowed values for this property are: "ACTIVE", "CREATING", "UPDATING", "DELETED", "DELETING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ComputeCapacityTopology. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ComputeCapacityTopology. :type time_updated: datetime �strZCapacitySourcezdict(str, dict(str, object))zdict(str, str)Zdatetime) �availability_domain�capacity_source�compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�time_created�time_updatedZavailabilityDomainZcapacitySourceZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_availability_domain�_capacity_source�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r# �M/usr/lib/python3.9/site-packages/oci/core/models/compute_capacity_topology.py�__init__&