📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_operations_insights_warehouse_details.cpython-39.opt-1.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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�(CreateOperationsInsightsWarehouseDetailsz� The information about a Operations Insights Warehouse resource to be created. Input compartmentId MUST be the root compartment. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) aJ Initializes a new CreateOperationsInsightsWarehouseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateOperationsInsightsWarehouseDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateOperationsInsightsWarehouseDetails. :type display_name: str :param cpu_allocated: The value to assign to the cpu_allocated property of this CreateOperationsInsightsWarehouseDetails. :type cpu_allocated: float :param storage_allocated_in_gbs: The value to assign to the storage_allocated_in_gbs property of this CreateOperationsInsightsWarehouseDetails. :type storage_allocated_in_gbs: float :param freeform_tags: The value to assign to the freeform_tags property of this CreateOperationsInsightsWarehouseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOperationsInsightsWarehouseDetails. :type defined_tags: dict(str, dict(str, object)) �str�floatzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name� cpu_allocated�storage_allocated_in_gbs� freeform_tags�defined_tagsZ compartmentIdZdisplayNameZcpuAllocatedZstorageAllocatedInGBsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_cpu_allocated�_storage_allocated_in_gbs�_freeform_tags� _defined_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/opsi/models/create_operations_insights_warehouse_details.py�__init__ s( � � z1CreateOperationsInsightsWarehouseDetails.__init__c C s | j S )aW **[Required]** Gets the compartment_id of this CreateOperationsInsightsWarehouseDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateOperationsInsightsWarehouseDetails. :rtype: str �r �r r r r r I s z7CreateOperationsInsightsWarehouseDetails.compartment_idc C s || _ dS )aU Sets the compartment_id of this CreateOperationsInsightsWarehouseDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateOperationsInsightsWarehouseDetails. :type: str Nr )r r r r r r W s c C s | j S )a' **[Required]** Gets the display_name of this CreateOperationsInsightsWarehouseDetails. User-friedly name of Ops Insights Warehouse that does not have to be unique. :return: The display_name of this CreateOperationsInsightsWarehouseDetails. :rtype: str �r r r r r r e s z5CreateOperationsInsightsWarehouseDetails.display_namec C s || _ dS )a# Sets the display_name of this CreateOperationsInsightsWarehouseDetails. User-friedly name of Ops Insights Warehouse that does not have to be unique. :param display_name: The display_name of this CreateOperationsInsightsWarehouseDetails. :type: str Nr )r r r r r r q s c C s | j S )a **[Required]** Gets the cpu_allocated of this CreateOperationsInsightsWarehouseDetails. Number of OCPUs allocated to OPSI Warehouse ADW. :return: The cpu_allocated of this CreateOperationsInsightsWarehouseDetails. :rtype: float �r r r r r r } s z6CreateOperationsInsightsWarehouseDetails.cpu_allocatedc C s || _ dS )a Sets the cpu_allocated of this CreateOperationsInsightsWarehouseDetails. Number of OCPUs allocated to OPSI Warehouse ADW. :param cpu_allocated: The cpu_allocated of this CreateOperationsInsightsWarehouseDetails. :type: float Nr )r r r r r r � s c C s | j S )a Gets the storage_allocated_in_gbs of this CreateOperationsInsightsWarehouseDetails. Storage allocated to OPSI Warehouse ADW. :return: The storage_allocated_in_gbs of this CreateOperationsInsightsWarehouseDetails. :rtype: float �r r r r r r � s zACreateOperationsInsightsWarehouseDetails.storage_allocated_in_gbsc C s || _ dS )a% Sets the storage_allocated_in_gbs of this CreateOperationsInsightsWarehouseDetails. Storage allocated to OPSI Warehouse ADW. :param storage_allocated_in_gbs: The storage_allocated_in_gbs of this CreateOperationsInsightsWarehouseDetails. :type: float Nr )r r r r r r � s c C s | j S )aw Gets the freeform_tags of this CreateOperationsInsightsWarehouseDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateOperationsInsightsWarehouseDetails. :rtype: dict(str, str) �r r r r r r � s z6CreateOperationsInsightsWarehouseDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateOperationsInsightsWarehouseDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateOperationsInsightsWarehouseDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )aq Gets the defined_tags of this CreateOperationsInsightsWarehouseDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateOperationsInsightsWarehouseDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z5CreateOperationsInsightsWarehouseDetails.defined_tagsc C s || _ dS )a| Sets the defined_tags of this CreateOperationsInsightsWarehouseDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateOperationsInsightsWarehouseDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z1CreateOperationsInsightsWarehouseDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z/CreateOperationsInsightsWarehouseDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z/CreateOperationsInsightsWarehouseDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"