# coding: utf-8

"""
    rds_mysql_v2

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
"""


import pprint
import re  # noqa: F401

import six

from volcenginesdkcore.configuration import Configuration


class InstanceForDescribeDBInstancesOutput(object):
    """NOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    """

    """
    Attributes:
      swagger_types (dict): The key is attribute name
                            and the value is attribute type.
      attribute_map (dict): The key is attribute name
                            and the value is json key in definition.
    """
    swagger_types = {
        'address_object': 'list[AddressObjectForDescribeDBInstancesOutput]',
        'allow_list_version': 'str',
        'charge_detail': 'ChargeDetailForDescribeDBInstancesOutput',
        'create_time': 'str',
        'current_kernel_version': 'str',
        'db_engine_version': 'str',
        'deletion_protection': 'str',
        'dr_dts_task_id': 'str',
        'engine_type': 'str',
        'instance_id': 'str',
        'instance_name': 'str',
        'instance_status': 'str',
        'instance_type': 'str',
        'lower_case_table_names': 'str',
        'maintenance_window': 'MaintenanceWindowForDescribeDBInstancesOutput',
        'new_node_spec': 'str',
        'node_cpu_used_percentage': 'float',
        'node_memory_used_percentage': 'float',
        'node_number': 'int',
        'node_space_used_percentage': 'float',
        'node_spec': 'str',
        'project_name': 'str',
        'region_id': 'str',
        'seconds_monitor_config': 'str',
        'storage_space': 'int',
        'storage_type': 'str',
        'subnet_id': 'str',
        'tags': 'list[TagForDescribeDBInstancesOutput]',
        'time_zone': 'str',
        'vpc_id': 'str',
        'zone_id': 'str',
        'zone_ids': 'list[str]'
    }

    attribute_map = {
        'address_object': 'AddressObject',
        'allow_list_version': 'AllowListVersion',
        'charge_detail': 'ChargeDetail',
        'create_time': 'CreateTime',
        'current_kernel_version': 'CurrentKernelVersion',
        'db_engine_version': 'DBEngineVersion',
        'deletion_protection': 'DeletionProtection',
        'dr_dts_task_id': 'DrDtsTaskId',
        'engine_type': 'EngineType',
        'instance_id': 'InstanceId',
        'instance_name': 'InstanceName',
        'instance_status': 'InstanceStatus',
        'instance_type': 'InstanceType',
        'lower_case_table_names': 'LowerCaseTableNames',
        'maintenance_window': 'MaintenanceWindow',
        'new_node_spec': 'NewNodeSpec',
        'node_cpu_used_percentage': 'NodeCPUUsedPercentage',
        'node_memory_used_percentage': 'NodeMemoryUsedPercentage',
        'node_number': 'NodeNumber',
        'node_space_used_percentage': 'NodeSpaceUsedPercentage',
        'node_spec': 'NodeSpec',
        'project_name': 'ProjectName',
        'region_id': 'RegionId',
        'seconds_monitor_config': 'SecondsMonitorConfig',
        'storage_space': 'StorageSpace',
        'storage_type': 'StorageType',
        'subnet_id': 'SubnetId',
        'tags': 'Tags',
        'time_zone': 'TimeZone',
        'vpc_id': 'VpcId',
        'zone_id': 'ZoneId',
        'zone_ids': 'ZoneIds'
    }

    def __init__(self, address_object=None, allow_list_version=None, charge_detail=None, create_time=None, current_kernel_version=None, db_engine_version=None, deletion_protection=None, dr_dts_task_id=None, engine_type=None, instance_id=None, instance_name=None, instance_status=None, instance_type=None, lower_case_table_names=None, maintenance_window=None, new_node_spec=None, node_cpu_used_percentage=None, node_memory_used_percentage=None, node_number=None, node_space_used_percentage=None, node_spec=None, project_name=None, region_id=None, seconds_monitor_config=None, storage_space=None, storage_type=None, subnet_id=None, tags=None, time_zone=None, vpc_id=None, zone_id=None, zone_ids=None, _configuration=None):  # noqa: E501
        """InstanceForDescribeDBInstancesOutput - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._address_object = None
        self._allow_list_version = None
        self._charge_detail = None
        self._create_time = None
        self._current_kernel_version = None
        self._db_engine_version = None
        self._deletion_protection = None
        self._dr_dts_task_id = None
        self._engine_type = None
        self._instance_id = None
        self._instance_name = None
        self._instance_status = None
        self._instance_type = None
        self._lower_case_table_names = None
        self._maintenance_window = None
        self._new_node_spec = None
        self._node_cpu_used_percentage = None
        self._node_memory_used_percentage = None
        self._node_number = None
        self._node_space_used_percentage = None
        self._node_spec = None
        self._project_name = None
        self._region_id = None
        self._seconds_monitor_config = None
        self._storage_space = None
        self._storage_type = None
        self._subnet_id = None
        self._tags = None
        self._time_zone = None
        self._vpc_id = None
        self._zone_id = None
        self._zone_ids = None
        self.discriminator = None

        if address_object is not None:
            self.address_object = address_object
        if allow_list_version is not None:
            self.allow_list_version = allow_list_version
        if charge_detail is not None:
            self.charge_detail = charge_detail
        if create_time is not None:
            self.create_time = create_time
        if current_kernel_version is not None:
            self.current_kernel_version = current_kernel_version
        if db_engine_version is not None:
            self.db_engine_version = db_engine_version
        if deletion_protection is not None:
            self.deletion_protection = deletion_protection
        if dr_dts_task_id is not None:
            self.dr_dts_task_id = dr_dts_task_id
        if engine_type is not None:
            self.engine_type = engine_type
        if instance_id is not None:
            self.instance_id = instance_id
        if instance_name is not None:
            self.instance_name = instance_name
        if instance_status is not None:
            self.instance_status = instance_status
        if instance_type is not None:
            self.instance_type = instance_type
        if lower_case_table_names is not None:
            self.lower_case_table_names = lower_case_table_names
        if maintenance_window is not None:
            self.maintenance_window = maintenance_window
        if new_node_spec is not None:
            self.new_node_spec = new_node_spec
        if node_cpu_used_percentage is not None:
            self.node_cpu_used_percentage = node_cpu_used_percentage
        if node_memory_used_percentage is not None:
            self.node_memory_used_percentage = node_memory_used_percentage
        if node_number is not None:
            self.node_number = node_number
        if node_space_used_percentage is not None:
            self.node_space_used_percentage = node_space_used_percentage
        if node_spec is not None:
            self.node_spec = node_spec
        if project_name is not None:
            self.project_name = project_name
        if region_id is not None:
            self.region_id = region_id
        if seconds_monitor_config is not None:
            self.seconds_monitor_config = seconds_monitor_config
        if storage_space is not None:
            self.storage_space = storage_space
        if storage_type is not None:
            self.storage_type = storage_type
        if subnet_id is not None:
            self.subnet_id = subnet_id
        if tags is not None:
            self.tags = tags
        if time_zone is not None:
            self.time_zone = time_zone
        if vpc_id is not None:
            self.vpc_id = vpc_id
        if zone_id is not None:
            self.zone_id = zone_id
        if zone_ids is not None:
            self.zone_ids = zone_ids

    @property
    def address_object(self):
        """Gets the address_object of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The address_object of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: list[AddressObjectForDescribeDBInstancesOutput]
        """
        return self._address_object

    @address_object.setter
    def address_object(self, address_object):
        """Sets the address_object of this InstanceForDescribeDBInstancesOutput.


        :param address_object: The address_object of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: list[AddressObjectForDescribeDBInstancesOutput]
        """

        self._address_object = address_object

    @property
    def allow_list_version(self):
        """Gets the allow_list_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The allow_list_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._allow_list_version

    @allow_list_version.setter
    def allow_list_version(self, allow_list_version):
        """Sets the allow_list_version of this InstanceForDescribeDBInstancesOutput.


        :param allow_list_version: The allow_list_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._allow_list_version = allow_list_version

    @property
    def charge_detail(self):
        """Gets the charge_detail of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The charge_detail of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: ChargeDetailForDescribeDBInstancesOutput
        """
        return self._charge_detail

    @charge_detail.setter
    def charge_detail(self, charge_detail):
        """Sets the charge_detail of this InstanceForDescribeDBInstancesOutput.


        :param charge_detail: The charge_detail of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: ChargeDetailForDescribeDBInstancesOutput
        """

        self._charge_detail = charge_detail

    @property
    def create_time(self):
        """Gets the create_time of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The create_time of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._create_time

    @create_time.setter
    def create_time(self, create_time):
        """Sets the create_time of this InstanceForDescribeDBInstancesOutput.


        :param create_time: The create_time of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._create_time = create_time

    @property
    def current_kernel_version(self):
        """Gets the current_kernel_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The current_kernel_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._current_kernel_version

    @current_kernel_version.setter
    def current_kernel_version(self, current_kernel_version):
        """Sets the current_kernel_version of this InstanceForDescribeDBInstancesOutput.


        :param current_kernel_version: The current_kernel_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._current_kernel_version = current_kernel_version

    @property
    def db_engine_version(self):
        """Gets the db_engine_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The db_engine_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._db_engine_version

    @db_engine_version.setter
    def db_engine_version(self, db_engine_version):
        """Sets the db_engine_version of this InstanceForDescribeDBInstancesOutput.


        :param db_engine_version: The db_engine_version of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._db_engine_version = db_engine_version

    @property
    def deletion_protection(self):
        """Gets the deletion_protection of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The deletion_protection of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._deletion_protection

    @deletion_protection.setter
    def deletion_protection(self, deletion_protection):
        """Sets the deletion_protection of this InstanceForDescribeDBInstancesOutput.


        :param deletion_protection: The deletion_protection of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._deletion_protection = deletion_protection

    @property
    def dr_dts_task_id(self):
        """Gets the dr_dts_task_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The dr_dts_task_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._dr_dts_task_id

    @dr_dts_task_id.setter
    def dr_dts_task_id(self, dr_dts_task_id):
        """Sets the dr_dts_task_id of this InstanceForDescribeDBInstancesOutput.


        :param dr_dts_task_id: The dr_dts_task_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._dr_dts_task_id = dr_dts_task_id

    @property
    def engine_type(self):
        """Gets the engine_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The engine_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._engine_type

    @engine_type.setter
    def engine_type(self, engine_type):
        """Sets the engine_type of this InstanceForDescribeDBInstancesOutput.


        :param engine_type: The engine_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._engine_type = engine_type

    @property
    def instance_id(self):
        """Gets the instance_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The instance_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._instance_id

    @instance_id.setter
    def instance_id(self, instance_id):
        """Sets the instance_id of this InstanceForDescribeDBInstancesOutput.


        :param instance_id: The instance_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._instance_id = instance_id

    @property
    def instance_name(self):
        """Gets the instance_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The instance_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._instance_name

    @instance_name.setter
    def instance_name(self, instance_name):
        """Sets the instance_name of this InstanceForDescribeDBInstancesOutput.


        :param instance_name: The instance_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._instance_name = instance_name

    @property
    def instance_status(self):
        """Gets the instance_status of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The instance_status of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._instance_status

    @instance_status.setter
    def instance_status(self, instance_status):
        """Sets the instance_status of this InstanceForDescribeDBInstancesOutput.


        :param instance_status: The instance_status of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._instance_status = instance_status

    @property
    def instance_type(self):
        """Gets the instance_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The instance_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._instance_type

    @instance_type.setter
    def instance_type(self, instance_type):
        """Sets the instance_type of this InstanceForDescribeDBInstancesOutput.


        :param instance_type: The instance_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._instance_type = instance_type

    @property
    def lower_case_table_names(self):
        """Gets the lower_case_table_names of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The lower_case_table_names of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._lower_case_table_names

    @lower_case_table_names.setter
    def lower_case_table_names(self, lower_case_table_names):
        """Sets the lower_case_table_names of this InstanceForDescribeDBInstancesOutput.


        :param lower_case_table_names: The lower_case_table_names of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._lower_case_table_names = lower_case_table_names

    @property
    def maintenance_window(self):
        """Gets the maintenance_window of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The maintenance_window of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: MaintenanceWindowForDescribeDBInstancesOutput
        """
        return self._maintenance_window

    @maintenance_window.setter
    def maintenance_window(self, maintenance_window):
        """Sets the maintenance_window of this InstanceForDescribeDBInstancesOutput.


        :param maintenance_window: The maintenance_window of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: MaintenanceWindowForDescribeDBInstancesOutput
        """

        self._maintenance_window = maintenance_window

    @property
    def new_node_spec(self):
        """Gets the new_node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The new_node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._new_node_spec

    @new_node_spec.setter
    def new_node_spec(self, new_node_spec):
        """Sets the new_node_spec of this InstanceForDescribeDBInstancesOutput.


        :param new_node_spec: The new_node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._new_node_spec = new_node_spec

    @property
    def node_cpu_used_percentage(self):
        """Gets the node_cpu_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The node_cpu_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: float
        """
        return self._node_cpu_used_percentage

    @node_cpu_used_percentage.setter
    def node_cpu_used_percentage(self, node_cpu_used_percentage):
        """Sets the node_cpu_used_percentage of this InstanceForDescribeDBInstancesOutput.


        :param node_cpu_used_percentage: The node_cpu_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: float
        """

        self._node_cpu_used_percentage = node_cpu_used_percentage

    @property
    def node_memory_used_percentage(self):
        """Gets the node_memory_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The node_memory_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: float
        """
        return self._node_memory_used_percentage

    @node_memory_used_percentage.setter
    def node_memory_used_percentage(self, node_memory_used_percentage):
        """Sets the node_memory_used_percentage of this InstanceForDescribeDBInstancesOutput.


        :param node_memory_used_percentage: The node_memory_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: float
        """

        self._node_memory_used_percentage = node_memory_used_percentage

    @property
    def node_number(self):
        """Gets the node_number of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The node_number of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: int
        """
        return self._node_number

    @node_number.setter
    def node_number(self, node_number):
        """Sets the node_number of this InstanceForDescribeDBInstancesOutput.


        :param node_number: The node_number of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: int
        """

        self._node_number = node_number

    @property
    def node_space_used_percentage(self):
        """Gets the node_space_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The node_space_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: float
        """
        return self._node_space_used_percentage

    @node_space_used_percentage.setter
    def node_space_used_percentage(self, node_space_used_percentage):
        """Sets the node_space_used_percentage of this InstanceForDescribeDBInstancesOutput.


        :param node_space_used_percentage: The node_space_used_percentage of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: float
        """

        self._node_space_used_percentage = node_space_used_percentage

    @property
    def node_spec(self):
        """Gets the node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._node_spec

    @node_spec.setter
    def node_spec(self, node_spec):
        """Sets the node_spec of this InstanceForDescribeDBInstancesOutput.


        :param node_spec: The node_spec of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._node_spec = node_spec

    @property
    def project_name(self):
        """Gets the project_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The project_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._project_name

    @project_name.setter
    def project_name(self, project_name):
        """Sets the project_name of this InstanceForDescribeDBInstancesOutput.


        :param project_name: The project_name of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._project_name = project_name

    @property
    def region_id(self):
        """Gets the region_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The region_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._region_id

    @region_id.setter
    def region_id(self, region_id):
        """Sets the region_id of this InstanceForDescribeDBInstancesOutput.


        :param region_id: The region_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._region_id = region_id

    @property
    def seconds_monitor_config(self):
        """Gets the seconds_monitor_config of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The seconds_monitor_config of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._seconds_monitor_config

    @seconds_monitor_config.setter
    def seconds_monitor_config(self, seconds_monitor_config):
        """Sets the seconds_monitor_config of this InstanceForDescribeDBInstancesOutput.


        :param seconds_monitor_config: The seconds_monitor_config of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._seconds_monitor_config = seconds_monitor_config

    @property
    def storage_space(self):
        """Gets the storage_space of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The storage_space of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: int
        """
        return self._storage_space

    @storage_space.setter
    def storage_space(self, storage_space):
        """Sets the storage_space of this InstanceForDescribeDBInstancesOutput.


        :param storage_space: The storage_space of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: int
        """

        self._storage_space = storage_space

    @property
    def storage_type(self):
        """Gets the storage_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The storage_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._storage_type

    @storage_type.setter
    def storage_type(self, storage_type):
        """Sets the storage_type of this InstanceForDescribeDBInstancesOutput.


        :param storage_type: The storage_type of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._storage_type = storage_type

    @property
    def subnet_id(self):
        """Gets the subnet_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The subnet_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._subnet_id

    @subnet_id.setter
    def subnet_id(self, subnet_id):
        """Sets the subnet_id of this InstanceForDescribeDBInstancesOutput.


        :param subnet_id: The subnet_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._subnet_id = subnet_id

    @property
    def tags(self):
        """Gets the tags of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The tags of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: list[TagForDescribeDBInstancesOutput]
        """
        return self._tags

    @tags.setter
    def tags(self, tags):
        """Sets the tags of this InstanceForDescribeDBInstancesOutput.


        :param tags: The tags of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: list[TagForDescribeDBInstancesOutput]
        """

        self._tags = tags

    @property
    def time_zone(self):
        """Gets the time_zone of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The time_zone of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._time_zone

    @time_zone.setter
    def time_zone(self, time_zone):
        """Sets the time_zone of this InstanceForDescribeDBInstancesOutput.


        :param time_zone: The time_zone of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._time_zone = time_zone

    @property
    def vpc_id(self):
        """Gets the vpc_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The vpc_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._vpc_id

    @vpc_id.setter
    def vpc_id(self, vpc_id):
        """Sets the vpc_id of this InstanceForDescribeDBInstancesOutput.


        :param vpc_id: The vpc_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._vpc_id = vpc_id

    @property
    def zone_id(self):
        """Gets the zone_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The zone_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: str
        """
        return self._zone_id

    @zone_id.setter
    def zone_id(self, zone_id):
        """Sets the zone_id of this InstanceForDescribeDBInstancesOutput.


        :param zone_id: The zone_id of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: str
        """

        self._zone_id = zone_id

    @property
    def zone_ids(self):
        """Gets the zone_ids of this InstanceForDescribeDBInstancesOutput.  # noqa: E501


        :return: The zone_ids of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :rtype: list[str]
        """
        return self._zone_ids

    @zone_ids.setter
    def zone_ids(self, zone_ids):
        """Sets the zone_ids of this InstanceForDescribeDBInstancesOutput.


        :param zone_ids: The zone_ids of this InstanceForDescribeDBInstancesOutput.  # noqa: E501
        :type: list[str]
        """

        self._zone_ids = zone_ids

    def to_dict(self):
        """Returns the model properties as a dict"""
        result = {}

        for attr, _ in six.iteritems(self.swagger_types):
            value = getattr(self, attr)
            if isinstance(value, list):
                result[attr] = list(map(
                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
                    value
                ))
            elif hasattr(value, "to_dict"):
                result[attr] = value.to_dict()
            elif isinstance(value, dict):
                result[attr] = dict(map(
                    lambda item: (item[0], item[1].to_dict())
                    if hasattr(item[1], "to_dict") else item,
                    value.items()
                ))
            else:
                result[attr] = value
        if issubclass(InstanceForDescribeDBInstancesOutput, dict):
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        """Returns the string representation of the model"""
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        """For `print` and `pprint`"""
        return self.to_str()

    def __eq__(self, other):
        """Returns true if both objects are equal"""
        if not isinstance(other, InstanceForDescribeDBInstancesOutput):
            return False

        return self.to_dict() == other.to_dict()

    def __ne__(self, other):
        """Returns true if both objects are not equal"""
        if not isinstance(other, InstanceForDescribeDBInstancesOutput):
            return True

        return self.to_dict() != other.to_dict()
