HEX
Server: Apache
System: Linux box5936.bluehost.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: aviatjd3 (1318)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/database/models/__pycache__/db_node_summary.cpython-39.pyc
a

���f��@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�
DbNodeSummarya

    A server where Oracle Database software is running.

    To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__.

    **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API.

    __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm
    �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)!a!
        Initializes a new DbNodeSummary 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 DbNodeSummary.
        :type id: str

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

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

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

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

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

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

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

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this DbNodeSummary.
            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 DbNodeSummary.
        :type hostname: str

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

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

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

        :param maintenance_type:
            The value to assign to the maintenance_type property of this DbNodeSummary.
            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 DbNodeSummary.
        :type time_maintenance_window_start: datetime

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

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

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

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

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

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

        :param memory_size_in_gbs:
            The value to assign to the memory_size_in_gbs property of this DbNodeSummary.
        :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 DbNodeSummary.
        :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 DbNodeSummary.
        :type total_cpu_core_count: int

        :param db_server_id:
            The value to assign to the db_server_id property of this DbNodeSummary.
        :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�G/usr/lib/python3.9/site-packages/oci/database/models/db_node_summary.py�__init__Ds�o��zDbNodeSummary.__init__cCs|jS)a
        **[Required]** Gets the id of this DbNodeSummary.
        The `OCID`__ of the database node.

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


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

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


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

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


        :return: The db_system_id of this DbNodeSummary.
        :rtype: str
        �r.rLrHrHrIr szDbNodeSummary.db_system_idcCs
||_dS)a
        Sets the db_system_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrM)rFrrHrHrIr.scCs|jS)a
        **[Required]** Gets the vnic_id of this DbNodeSummary.
        The `OCID`__ of the VNIC.

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


        :return: The vnic_id of this DbNodeSummary.
        :rtype: str
        �r/rLrHrHrIr<szDbNodeSummary.vnic_idcCs
||_dS)z�
        Sets the vnic_id of this DbNodeSummary.
        The `OCID`__ of the VNIC.

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


        :param vnic_id: The vnic_id of this DbNodeSummary.
        :type: str
        NrN)rFrrHrHrIrJscCs|jS)a

        Gets the backup_vnic_id of this DbNodeSummary.
        The `OCID`__ of the backup VNIC.

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


        :return: The backup_vnic_id of this DbNodeSummary.
        :rtype: str
        �r0rLrHrHrIrXszDbNodeSummary.backup_vnic_idcCs
||_dS)a
        Sets the backup_vnic_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrO)rFrrHrHrIrfscCs|jS)a
        Gets the host_ip_id of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        �r1rLrHrHrIrtszDbNodeSummary.host_ip_idcCs
||_dS)a!
        Sets the host_ip_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrP)rFrrHrHrIr�scCs|jS)a
        Gets the backup_ip_id of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        �r2rLrHrHrIr�szDbNodeSummary.backup_ip_idcCs
||_dS)a)
        Sets the backup_ip_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrQ)rFrrHrHrIr�scCs|jS)a;
        Gets the vnic2_id of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        �r3rLrHrHrIr�szDbNodeSummary.vnic2_idcCs
||_dS)aB
        Sets the vnic2_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrR)rFrrHrHrIr�scCs|jS)aP
        Gets the backup_vnic2_id of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        �r4rLrHrHrIr�szDbNodeSummary.backup_vnic2_idcCs
||_dS)a^
        Sets the backup_vnic2_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        NrS)rFrrHrHrIr�scCs|jS)a�
        **[Required]** Gets the lifecycle_state of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        )r5rLrHrHrIr�s
zDbNodeSummary.lifecycle_statecCs gd�}t||�sd}||_dS)z�
        Sets the lifecycle_state of this DbNodeSummary.
        The current state of the database node.


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

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


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


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


        :return: The fault_domain of this DbNodeSummary.
        :rtype: str
        �r7rLrHrHrIr2s
zDbNodeSummary.fault_domaincCs
||_dS)z�
        Sets the fault_domain of this DbNodeSummary.
        The name of the Fault Domain the instance is contained in.


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


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


        :param time_created: The time_created of this DbNodeSummary.
        :type: datetime
        NrX)rFrrHrHrIrVs
cCs|jS)a:
        Gets the software_storage_size_in_gb of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: int
        �r9rLrHrHrIr bs
z)DbNodeSummary.software_storage_size_in_gbcCs
||_dS)aT
        Sets the software_storage_size_in_gb of this DbNodeSummary.
        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 DbNodeSummary.
        :type: int
        NrY)rFr rHrHrIr ns
cCs|jS)a�
        Gets the maintenance_type of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        )r:rLrHrHrIr!zs
zDbNodeSummary.maintenance_typecCs ddg}t||�sd}||_dS)z�
        Sets the maintenance_type of this DbNodeSummary.
        The type of database node maintenance.


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

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


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


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


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


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


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


        :param additional_details: The additional_details of this DbNodeSummary.
        :type: str
        Nr\)rFr$rHrHrIr$�s
cCs|jS)a�
        Gets the freeform_tags of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: dict(str, str)
        �r>rLrHrHrIr%�szDbNodeSummary.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this DbNodeSummary.
        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 DbNodeSummary.
        :type: dict(str, str)
        Nr])rFr%rHrHrIr%�scCs|jS)a�
        Gets the defined_tags of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: dict(str, dict(str, object))
        �r?rLrHrHrIr&s
zDbNodeSummary.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this DbNodeSummary.
        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 DbNodeSummary.
        :type: dict(str, dict(str, object))
        Nr^)rFr&rHrHrIr&s
cCs|jS)z�
        Gets the lifecycle_details of this DbNodeSummary.
        Information about the current lifecycle state.


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


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


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


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


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


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


        :return: The db_node_storage_size_in_gbs of this DbNodeSummary.
        :rtype: int
        �rCrLrHrHrIr*hs
z)DbNodeSummary.db_node_storage_size_in_gbscCs
||_dS)a
        Sets the db_node_storage_size_in_gbs of this DbNodeSummary.
        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 DbNodeSummary.
        :type: int
        Nrb)rFr*rHrHrIr*ts
cCs|jS)z�
        Gets the total_cpu_core_count of this DbNodeSummary.
        The total number of CPU cores reserved on the Db node.


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


        :param total_cpu_core_count: The total_cpu_core_count of this DbNodeSummary.
        :type: int
        Nrc)rFr+rHrHrIr+�s
cCs|jS)a/
        Gets the db_server_id of this DbNodeSummary.
        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 DbNodeSummary.
        :rtype: str
        �rErLrHrHrIr,�szDbNodeSummary.db_server_idcCs
||_dS)a:
        Sets the db_server_id of this DbNodeSummary.
        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 DbNodeSummary.
        :type: str
        Nrd)rFr,rHrHrIr,�scCst|�S�N)rrLrHrHrI�__repr__�szDbNodeSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�rF�otherrHrHrI�__eq__�szDbNodeSummary.__eq__cCs
||kSrerHrhrHrHrI�__ne__�szDbNodeSummary.__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