📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_asm_disk_group_summary.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 @ s. 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�ExternalAsmDiskGroupSummaryz4 The summary of an external ASM disk group. �EXTEND�EXTERN�FLEX�HIGH�NORMALc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ExternalAsmDiskGroupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ExternalAsmDiskGroupSummary. :type name: str :param mounting_instance_count: The value to assign to the mounting_instance_count property of this ExternalAsmDiskGroupSummary. :type mounting_instance_count: int :param dismounting_instance_count: The value to assign to the dismounting_instance_count property of this ExternalAsmDiskGroupSummary. :type dismounting_instance_count: int :param redundancy_type: The value to assign to the redundancy_type property of this ExternalAsmDiskGroupSummary. Allowed values for this property are: "EXTEND", "EXTERN", "FLEX", "HIGH", "NORMAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type redundancy_type: str :param is_sparse: The value to assign to the is_sparse property of this ExternalAsmDiskGroupSummary. :type is_sparse: bool :param databases: The value to assign to the databases property of this ExternalAsmDiskGroupSummary. :type databases: list[str] :param total_size_in_mbs: The value to assign to the total_size_in_mbs property of this ExternalAsmDiskGroupSummary. :type total_size_in_mbs: int :param used_size_in_mbs: The value to assign to the used_size_in_mbs property of this ExternalAsmDiskGroupSummary. :type used_size_in_mbs: int :param used_percent: The value to assign to the used_percent property of this ExternalAsmDiskGroupSummary. :type used_percent: float �str�int�boolz list[str]�float) �name�mounting_instance_count�dismounting_instance_count�redundancy_type� is_sparse� databases�total_size_in_mbs�used_size_in_mbs�used_percentr ZmountingInstanceCountZdismountingInstanceCountZredundancyTypeZisSparser ZtotalSizeInMBsZ usedSizeInMBsZusedPercentN)Z swagger_typesZ attribute_map�_name�_mounting_instance_count�_dismounting_instance_count�_redundancy_type� _is_sparse� _databases�_total_size_in_mbs�_used_size_in_mbs� _used_percent)�self�kwargs� r$ �b/usr/lib/python3.9/site-packages/oci/database_management/models/external_asm_disk_group_summary.py�__init__&