📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: dedicated_capacity_source.cpython-39.opt-1.pyc
a ���f4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CapacitySource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DedicatedCapacitySourcezL A capacity source of bare metal hosts that is dedicated to a user. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new DedicatedCapacitySource object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.DedicatedCapacitySource.capacity_type` attribute of this class is ``DEDICATED`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param capacity_type: The value to assign to the capacity_type property of this DedicatedCapacitySource. Allowed values for this property are: "DEDICATED" :type capacity_type: str :param compartment_id: The value to assign to the compartment_id property of this DedicatedCapacitySource. :type compartment_id: str �str)Z capacity_type�compartment_idZcapacityTypeZ compartmentIdNZ DEDICATED)Z swagger_typesZ attribute_mapZ_capacity_type�_compartment_id)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/core/models/dedicated_capacity_source.py�__init__ s ��z DedicatedCapacitySource.__init__c C s | j S )a> Gets the compartment_id of this DedicatedCapacitySource. The `OCID`__ of the compartment of this capacity source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DedicatedCapacitySource. :rtype: str �r �r r r r r 0 s z&DedicatedCapacitySource.compartment_idc C s || _ dS )aK Sets the compartment_id of this DedicatedCapacitySource. The `OCID`__ of the compartment of this capacity source. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DedicatedCapacitySource. :type: str Nr )r r r r r r >