📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_software_update
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_target_summary.cpython-39.opt-1.pyc
a ���f6 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TargetDetails� )�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 dd� Zdd� Zdd� Z dS )�DatabaseTargetSummaryz� Details of a Database target member of a Exadata Fleet Update Collection. Stored references of the resource documented in https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/ c K s` dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new DatabaseTargetSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_software_update.models.DatabaseTargetSummary.entity_type` attribute of this class is ``DATABASE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this DatabaseTargetSummary. Allowed values for this property are: "DATABASE", "VMCLUSTER", "CLOUDVMCLUSTER" :type entity_type: str :param id: The value to assign to the id property of this DatabaseTargetSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this DatabaseTargetSummary. :type compartment_id: str :param db_home_id: The value to assign to the db_home_id property of this DatabaseTargetSummary. :type db_home_id: str :param vm_cluster_id: The value to assign to the vm_cluster_id property of this DatabaseTargetSummary. :type vm_cluster_id: str :param infrastructure_id: The value to assign to the infrastructure_id property of this DatabaseTargetSummary. :type infrastructure_id: str :param software_image_id: The value to assign to the software_image_id property of this DatabaseTargetSummary. :type software_image_id: str �str)Zentity_type�idZcompartment_id� db_home_id� vm_cluster_id�infrastructure_id�software_image_idZ entityTyper Z compartmentIdZdbHomeIdZvmClusterIdZinfrastructureIdZsoftwareImageIdNZDATABASE) Z swagger_typesZ attribute_mapZ_entity_typeZ_idZ_compartment_id�_db_home_id�_vm_cluster_id�_infrastructure_id�_software_image_id)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/database_target_summary.py�__init__ s0 %�� zDatabaseTargetSummary.__init__c C s | j S )z� Gets the db_home_id of this DatabaseTargetSummary. OCID of the database home. :return: The db_home_id of this DatabaseTargetSummary. :rtype: str �r �r r r r r U s z DatabaseTargetSummary.db_home_idc C s || _ dS )z� Sets the db_home_id of this DatabaseTargetSummary. OCID of the database home. :param db_home_id: The db_home_id of this DatabaseTargetSummary. :type: str Nr )r r r r r r a s c C s | j S )z� Gets the vm_cluster_id of this DatabaseTargetSummary. OCID of the related VM Cluster or Cloud VM Cluster. :return: The vm_cluster_id of this DatabaseTargetSummary. :rtype: str �r r r r r r m s z#DatabaseTargetSummary.vm_cluster_idc C s || _ dS )z� Sets the vm_cluster_id of this DatabaseTargetSummary. OCID of the related VM Cluster or Cloud VM Cluster. :param vm_cluster_id: The vm_cluster_id of this DatabaseTargetSummary. :type: str Nr )r r r r r r y s c C s | j S )a Gets the infrastructure_id of this DatabaseTargetSummary. OCID of the related Exadata Infrastructure or Cloud Exadata Infrastructure resource. :return: The infrastructure_id of this DatabaseTargetSummary. :rtype: str �r r r r r r � s z'DatabaseTargetSummary.infrastructure_idc C s || _ dS )a Sets the infrastructure_id of this DatabaseTargetSummary. OCID of the related Exadata Infrastructure or Cloud Exadata Infrastructure resource. :param infrastructure_id: The infrastructure_id of this DatabaseTargetSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the software_image_id of this DatabaseTargetSummary. OCID of the Database sofware image. :return: The software_image_id of this DatabaseTargetSummary. :rtype: str �r r r r r r � s z'DatabaseTargetSummary.software_image_idc C s || _ dS )z� Sets the software_image_id of this DatabaseTargetSummary. OCID of the Database sofware image. :param software_image_id: The software_image_id of this DatabaseTargetSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zDatabaseTargetSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDatabaseTargetSummary.__eq__c C s | |k S r r r r r r �__ne__� s zDatabaseTargetSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"