📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: capacity.pyc
a N��fp � @ 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 @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�Capacityz\ Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...). � OLPU_COUNT� USER_COUNTc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new Capacity object with values from keyword arguments. 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 Capacity. Allowed values for this property are: "OLPU_COUNT", "USER_COUNT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type capacity_type: str :param capacity_value: The value to assign to the capacity_value property of this Capacity. :type capacity_value: int �str�int)� capacity_type�capacity_value�capacityType� capacityValueN)� swagger_types� attribute_map�_capacity_type�_capacity_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/analytics/models/capacity.py�__init__ s ��zCapacity.__init__c C s | j S )av **[Required]** Gets the capacity_type of this Capacity. The capacity model to use. Allowed values for this property are: "OLPU_COUNT", "USER_COUNT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The capacity_type of this Capacity. :rtype: str )r �r r r r r 5 s zCapacity.capacity_typec C s ddg}t ||�sd}|| _dS )z� Sets the capacity_type of this Capacity. The capacity model to use. :param capacity_type: The capacity_type of this Capacity. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r D s c C s | j S )aV **[Required]** Gets the capacity_value of this Capacity. The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance. :return: The capacity_value of this Capacity. :rtype: int �r r r r r r S s zCapacity.capacity_valuec C s || _ dS )aT Sets the capacity_value of this Capacity. The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance. :param capacity_value: The capacity_value of this Capacity. :type: int Nr )r r r r r r ` s c C s t | �S �N)r r r r r �__repr__m s zCapacity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__p s zCapacity.__eq__c C s | |k S r r r r r r �__ne__v s zCapacity.__ne__N)�__name__� __module__�__qualname__�__doc__�CAPACITY_TYPE_OLPU_COUNT�CAPACITY_TYPE_USER_COUNTr �propertyr �setterr r r! r"